summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
Diffstat (limited to '_posts')
-rw-r--r--_posts/2009-06-15-linux-key-setup.textile4
1 files changed, 2 insertions, 2 deletions
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
<pre class="terminal">$ 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