diff options
| author | tekkub <tekkub@gmail.com> | 2009-11-30 21:09:14 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-11-30 21:09:14 -0700 |
| commit | c83738f3fa84c1e7cd6d9fd24f0b2c08801c7d7a (patch) | |
| tree | d320cea2e1e69738cb532913504d07fd170d2cd6 /_posts | |
| parent | ae36e4fb4b087a689bb65da871356058d2a47021 (diff) | |
D'oh, that has a dash
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2009-06-17-troubleshooting-ssh.textile | 2 |
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 |
