diff options
Diffstat (limited to 'ruby/rubygem-net-ssh/README')
-rw-r--r-- | ruby/rubygem-net-ssh/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ruby/rubygem-net-ssh/README b/ruby/rubygem-net-ssh/README new file mode 100644 index 0000000000000..0ee1eaefc9e7a --- /dev/null +++ b/ruby/rubygem-net-ssh/README @@ -0,0 +1,3 @@ +Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It allows +you to write programs that invoke and interact with processes on remote +servers, via SSH2. |