summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2011-02-05 17:14:48 -0700
committertekkub <tekkub@gmail.com>2011-02-05 17:14:48 -0700
commit35109c48fd823a3045937be99e8c2ee74657d58d (patch)
tree1f086f87a4b74994e00782b7986c485e34126054 /_posts
parent1cdc45b9ce059e61fcefc2d35fb92accc9f1df96 (diff)
Fix a stale link
Diffstat (limited to '_posts')
-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 fc05789..dcad159 100644
--- a/_posts/2009-06-17-troubleshooting-ssh.textile
+++ b/_posts/2009-06-17-troubleshooting-ssh.textile
@@ -20,7 +20,7 @@ This error occurs when you attach your key as a deploy key on repo1. You can pu
h2. Permission denied (publickey)
-This is usually caused when ssh cannot find your keys. Make sure your key is in the default location, @~/.ssh@. If you run @ssh-keygen@ again and just press enter at all 3 prompts it will be placed here automatically. Then you can add the contents of id_rsa.pub to "my github keys":https://github.com/account. If id_rsa.pub doesn't work try id_dsa.pub. You might need to generate a new dsa key with @ssh-keygen -t dsa@ if you just have an rsa key.
+This is usually caused when ssh cannot find your keys. Make sure your key is in the default location, @~/.ssh@. If you run @ssh-keygen@ again and just press enter at all 3 prompts it will be placed here automatically. Then you can add the contents of id_rsa.pub to "your account":https://github.com/account#ssh_bucket. If id_rsa.pub doesn't work try id_dsa.pub. You might need to generate a new dsa key with @ssh-keygen -t dsa@ if you just have an rsa key.
h3. Finding out what keys ssh is using