Changes between Version 6 and Version 7 of faq/public-private-key-generation
- Timestamp:
- Nov 26, 2008, 7:57:08 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/public-private-key-generation
v6 v7 38 38 39 39 {{{ 40 scp .ssh/id_rsa.pub USER@SERVER 40 scp .ssh/id_rsa.pub USER@SERVER: 41 41 }}} 42 43 Don't forget to include the colon after your server name or the command won't work. If you've executed the command correctly, you'll be prompted for your password and after entering it will see the progress for the file transfer. 42 44 43 45 Now, create a directory on the server on which you want to use your key and add your key to the authorized_keys file: