summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2009-11-30 21:09:14 -0700
committertekkub <tekkub@gmail.com>2009-11-30 21:09:14 -0700
commitc83738f3fa84c1e7cd6d9fd24f0b2c08801c7d7a (patch)
treed320cea2e1e69738cb532913504d07fd170d2cd6
parentae36e4fb4b087a689bb65da871356058d2a47021 (diff)
D'oh, that has a dash
-rw-r--r--_posts/2009-06-17-troubleshooting-ssh.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2009-06-17-troubleshooting-ssh.textile b/_posts/2009-06-17-troubleshooting-ssh.textile
index 22bd7cd..d7dcd19 100644
--- a/_posts/2009-06-17-troubleshooting-ssh.textile
+++ b/_posts/2009-06-17-troubleshooting-ssh.textile
@@ -32,7 +32,7 @@ debug1: Trying private key: /Users/tekkub/.ssh/id_rsa
debug1: Trying private key: /Users/tekkub/.ssh/id_dsa
debug1: No more authentication methods to try.</pre>
-In this example, SSH could not find any keys ("Trying" means ssh is trying to find the key on disk). We should either rename our keypair to use a default name, or run @ssh add path/to/key@ to make SSH aware of the key's existence.
+In this example, SSH could not find any keys ("Trying" means ssh is trying to find the key on disk). We should either rename our keypair to use a default name, or run @ssh-add path/to/key@ to make SSH aware of the key's existence.
<pre class="terminal">debug1: Next authentication method: publickey
debug1: Offering public key: /Users/tekkub/.ssh/id_rsa