summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelano <delano.mandelbaum@gmail.com>2013-02-06 08:04:09 -0800
committerdelano <delano.mandelbaum@gmail.com>2013-02-06 08:04:09 -0800
commit73ab6eb4dc6c7781bc8acd32396396a66c044a52 (patch)
treee42775698c8cfcc326549d1fe9ae0150b88fd3c1
parentd01423c04e75e471b71560a94a79524ca93c4c53 (diff)
downloadnet-ssh-multi-73ab6eb4dc6c7781bc8acd32396396a66c044a52.tar.gz
Updated readme
-rw-r--r--README.rdoc23
1 files changed, 21 insertions, 2 deletions
diff --git a/README.rdoc b/README.rdoc
index 73ca258..f45918e 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,6 +1,11 @@
= Net::SSH::Multi
-* http://net-ssh.rubyforge.org/multi
+* Docs: http://net-ssh.github.com/net-ssh-multi
+* Issues: https://github.com/net-ssh/net-ssh-multi/issues
+* Codes: https://github.com/net-ssh/net-ssh-multi
+* Email: net-ssh@solutious.com
+
+<em>As of v1.1.1, all gem releases are signed. See INSTALL.</em>
== DESCRIPTION:
@@ -59,7 +64,21 @@ If you want to run the tests or use any of the Rake tasks, you'll need:
== INSTALL:
-* gem install net-ssh-multi (might need sudo privileges)
+* gem install net-ssh-multi
+
+However, in order to be sure the code you're installing hasn't been tampered with, it's recommended that you verify the signiture[http://docs.rubygems.org/read/chapter/21]. To do this, you need to add my public key as a trusted certificate (you only need to do this once):
+
+ # Add the public key as a trusted certificate
+ # (You only need to do this once)
+ $ curl -O https://raw.github.com/net-ssh/net-ssh/master/gem-public_cert.pem
+ $ gem cert --add gem-public_cert.pem
+
+Then, when install the gem, do so with high security:
+
+ $ gem install net-ssh-multi -P HighSecurity
+
+If you don't add the public key, you'll see an error like "Couldn't verify data signature". If you're still having trouble let me know and I'll give you a hand.
+
== LICENSE: