From 6ec471bf54b9623d963767df9b2afced3b812220 Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Fri, 25 Feb 2011 16:50:20 -0800 Subject: added info about ssh passphrases --- _posts/2011-02-15-linux-set-up-git.markdown | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to '_posts/2011-02-15-linux-set-up-git.markdown') diff --git a/_posts/2011-02-15-linux-set-up-git.markdown b/_posts/2011-02-15-linux-set-up-git.markdown index 0450529..c4d34b2 100644 --- a/_posts/2011-02-15-linux-set-up-git.markdown +++ b/_posts/2011-02-15-linux-set-up-git.markdown @@ -23,6 +23,12 @@ _*If you don’t already know what Git is, + + If you don’t have a package manager like Synaptic, or you’d rather install the necessary git components from the command line, run the script below: + +
+		$ sudo apt-get install git-core git-gui git-docInstalls git-core, git-gui, and git-doc on your system
+	
__*Note*__ Don’t worry that you don’t see an icon when it’s done. It’s not that kind of application. @@ -98,7 +104,22 @@ To make sure you generate a brand new key, you need to check if one already exis Enter file in which to save the key (/home/your_user_directory/.ssh/id_rsa): - Now you need to enter a passphrase. _[Why is this important?](../working-with-key-passphrases)_ + Now you need to enter a passphrase. + +
+

Why do passphrases matter?

+
+
 	Enter passphrase (empty for no passphrase):
-- 
cgit v1.3.1