Skip to content

Commit 73ab6eb

Browse files
committed
Updated readme
1 parent d01423c commit 73ab6eb

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.rdoc

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
= Net::SSH::Multi
22

3-
* http://net-ssh.rubyforge.org/multi
3+
* Docs: http://net-ssh.github.com/net-ssh-multi
4+
* Issues: https://github.com/net-ssh/net-ssh-multi/issues
5+
* Codes: https://github.com/net-ssh/net-ssh-multi
6+
7+
8+
<em>As of v1.1.1, all gem releases are signed. See INSTALL.</em>
49

510
== DESCRIPTION:
611

@@ -59,7 +64,21 @@ If you want to run the tests or use any of the Rake tasks, you'll need:
5964

6065
== INSTALL:
6166

62-
* gem install net-ssh-multi (might need sudo privileges)
67+
* gem install net-ssh-multi
68+
69+
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):
70+
71+
# Add the public key as a trusted certificate
72+
# (You only need to do this once)
73+
$ curl -O https://raw.github.com/net-ssh/net-ssh/master/gem-public_cert.pem
74+
$ gem cert --add gem-public_cert.pem
75+
76+
Then, when install the gem, do so with high security:
77+
78+
$ gem install net-ssh-multi -P HighSecurity
79+
80+
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.
81+
6382

6483
== LICENSE:
6584

0 commit comments

Comments
 (0)