saasbook

ssh_keygen.sh

Aug 15th, 2013
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. cd ~/.ssh
  2. ssh-keygen -t rsa -C "yao@acm.org"
  3. # when prompted for 'File in which to save key', press Return to accept default
  4. # when prompted for passphrase, press Return to leave blank
  5. chmod 0600 *
Add Comment
Please, Sign In to add comment