diff options
| author | tekkub <tekkub@gmail.com> | 2009-12-14 19:01:32 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-12-14 19:01:32 -0700 |
| commit | 1234aa88e0c944f677d88f89614527c65a03fc79 (patch) | |
| tree | 03024ad1775d2cd10548843b1f5a631a316bd1f5 /_posts/2009-06-15-linux-key-setup.textile | |
| parent | 2dfa37176068b8a8cf82c9bda6c0d21ad337865b (diff) | |
Typos
Diffstat (limited to '_posts/2009-06-15-linux-key-setup.textile')
| -rw-r--r-- | _posts/2009-06-15-linux-key-setup.textile | 4 |
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 |
