diff options
| author | tekkub <tekkub@gmail.com> | 2010-02-15 18:22:31 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2010-02-15 18:22:31 -0700 |
| commit | de43192e8c6da25034b6db80f1f0b0efa7190e8f (patch) | |
| tree | f38395a8ad37afb18ded336717a3e42f573ff763 /_posts/2009-06-15-linux-key-setup.textile | |
| parent | fe11d3e7eb5a76c301328cb35d5f2c03896c9389 (diff) | |
wut
Diffstat (limited to '_posts/2009-06-15-linux-key-setup.textile')
| -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@. |
