diff options
| author | Miklos Fazekas <mfazekas@szemafor.com> | 2016-04-07 16:08:18 +0200 |
|---|---|---|
| committer | Miklos Fazekas <mfazekas@szemafor.com> | 2016-04-07 16:10:57 +0200 |
| commit | e1e5196cfac2db4bbb42d4ba9f3f15b6e1b7a4dc (patch) | |
| tree | 9cfe91284be5b9bf3c1887be8bae972cb8c9a499 /lib/net/ssh.rb | |
| parent | 3cb21f6a5090a0e8189b7da2ee2bca74cc521b0f (diff) | |
| download | net-ssh-e1e5196cfac2db4bbb42d4ba9f3f15b6e1b7a4dc.tar.gz | |
Callbacks from channel open migth open new channels
Fixes: #110
Diffstat (limited to 'lib/net/ssh.rb')
| -rw-r--r-- | lib/net/ssh.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/net/ssh.rb b/lib/net/ssh.rb index 64d349b..e690911 100644 --- a/lib/net/ssh.rb +++ b/lib/net/ssh.rb @@ -10,6 +10,7 @@ require 'net/ssh/loggable' require 'net/ssh/transport/session' require 'net/ssh/authentication/session' require 'net/ssh/connection/session' +require 'etc' module Net |
