diff options
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2009-06-15-linux-key-setup.textile | 2 |
1 files changed, 1 insertions, 1 deletions
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*</pre> 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@. |
