From 1234aa88e0c944f677d88f89614527c65a03fc79 Mon Sep 17 00:00:00 2001 From: tekkub Date: Mon, 14 Dec 2009 19:01:32 -0700 Subject: Typos --- _posts/2009-06-15-linux-key-setup.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_posts/2009-06-15-linux-key-setup.textile') diff --git a/_posts/2009-06-15-linux-key-setup.textile b/_posts/2009-06-15-linux-key-setup.textile index 9e917d2..3449a2a 100644 --- a/_posts/2009-06-15-linux-key-setup.textile +++ b/_posts/2009-06-15-linux-key-setup.textile @@ -16,8 +16,8 @@ Unless this is your first time setting up ssh or git on your computer, you shoul
$ cd ~/.ssh
 $ ls
-config                id_dsa.pub
-id_dsa                known_hosts
+config                id_rsa.pub
+id_rsa                known_hosts
 $ cd ..
 $ mkdir ssh_key_backup
 $ cp .ssh/id_rsa* ssh_key_backup
-- 
cgit v1.3.1