From c83738f3fa84c1e7cd6d9fd24f0b2c08801c7d7a Mon Sep 17 00:00:00 2001 From: tekkub Date: Mon, 30 Nov 2009 21:09:14 -0700 Subject: D'oh, that has a dash --- _posts/2009-06-17-troubleshooting-ssh.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts') 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. -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.
debug1: Next authentication method: publickey
 debug1: Offering public key: /Users/tekkub/.ssh/id_rsa
-- 
cgit v1.3.1