summaryrefslogtreecommitdiff
path: root/_posts/2009-06-15-msysgit-key-setup.textile
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2009-09-03 18:22:13 -0600
committertekkub <tekkub@gmail.com>2009-09-03 18:22:13 -0600
commite8dfed79866a4e16bbd5675c463a95e1e0e0ab6f (patch)
tree667a8439ebb2118b027c04e96861023c79d5a17b /_posts/2009-06-15-msysgit-key-setup.textile
parente6c0b3c90e424a3187473f52c4cdc6db7746d559 (diff)
New guide for ssh-agent, don't tell people to make passphrase-less keys
Diffstat (limited to '_posts/2009-06-15-msysgit-key-setup.textile')
-rw-r--r--_posts/2009-06-15-msysgit-key-setup.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2009-06-15-msysgit-key-setup.textile b/_posts/2009-06-15-msysgit-key-setup.textile
index eb52271..bd371b1 100644
--- a/_posts/2009-06-15-msysgit-key-setup.textile
+++ b/_posts/2009-06-15-msysgit-key-setup.textile
@@ -40,7 +40,7 @@ Your public key has been saved in /c/Users/Tekkub/.ssh/id_rsa.pub.
The key fingerprint is:
e8:ae:60:8f:38:c2:98:1d:6d:84:60:8c:9e:dd:47:81 tekkub@gmail.com</pre>
-At each prompt we just hit enter. This will generate the key with the default name and no passphrase. If you want to add a passphrase to your key you can do so later. You will be prompted for the passphrase every time you push or pull from GitHub, so you might not want to use one unless you are using a shared computer.
+At the first prompt you can just hit enter to generate the key with the default name. *You should use a good passphrase with your key.* See "Working with SSH key passphrases":/working-with-key-passphrases for more details on why you should use a passphrase and how to avoid re-entering it every time you use your key.
h2. Adding the key to your GitHub account