From de43192e8c6da25034b6db80f1f0b0efa7190e8f Mon Sep 17 00:00:00 2001 From: tekkub Date: Mon, 15 Feb 2010 18:22:31 -0700 Subject: wut --- _posts/2009-06-15-linux-key-setup.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 a3dee9d..5cc40b5 100644 --- a/_posts/2009-06-15-linux-key-setup.textile +++ b/_posts/2009-06-15-linux-key-setup.textile @@ -21,7 +21,7 @@ $ ls config id_rsa.pub id_rsa known_hosts $ mkdir key_backup -$ cp id_rsa* ssh_key_backup +$ cp id_rsa* key_backup $ rm id_rsa* Here we have an existing keypair, @id_rsa@ and @id_rsa.pub@, which we've copied into @~/.ssh/key_backup@ before removing. By default, ssh will use keys in @~/.ssh@ that are named @id_rsa@, @id_dsa@ or @identity@. -- cgit v1.3.1