public
Description: Pure Ruby implementation of an SSH (protocol 2) client
Homepage: http://rubyforge.org/projects/net-ssh
Clone URL: git://github.com/jamis/net-ssh.git
update manifest file to include recently added/removed files
jamis (author)
Sat Mar 22 16:08:17 -0700 2008
commit  90c81c9661f20fdfd3cbc0e209119a8218537caa
tree    85ec9f732e5a008af6788edd4faa687f43bddc62
parent  98dc1991febeac13d5e0cb7c71d0ca2d885cb23e
...
10
11
12
 
13
14
15
...
68
69
70
 
 
71
72
73
74
75
 
76
77
78
...
10
11
12
13
14
15
16
...
69
70
71
72
73
74
75
76
77
78
79
80
81
82
0
@@ -10,6 +10,7 @@ lib/net/ssh/authentication/pageant.rb
0
 lib/net/ssh/authentication/session.rb
0
 lib/net/ssh/buffer.rb
0
 lib/net/ssh/buffered_io.rb
0
+lib/net/ssh/config.rb
0
 lib/net/ssh/connection/channel.rb
0
 lib/net/ssh/connection/constants.rb
0
 lib/net/ssh/connection/session.rb
0
@@ -68,11 +69,14 @@ test/authentication/test_agent.rb
0
 test/authentication/test_key_manager.rb
0
 test/authentication/test_session.rb
0
 test/common.rb
0
+test/configs/exact_match
0
+test/configs/wild_cards
0
 test/connection/test_channel.rb
0
 test/connection/test_session.rb
0
 test/test_all.rb
0
 test/test_buffer.rb
0
 test/test_buffered_io.rb
0
+test/test_config.rb
0
 test/test_key_factory.rb
0
 test/transport/hmac/test_md5.rb
0
 test/transport/hmac/test_md5_96.rb

Comments

    No one has commented yet.