Guest User

Untitled

a guest
Nov 12th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ssh-add -K ~/.ssh/myKey.ppk
  2.  
  3. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  4. @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
  5. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  6. Permissions 0644 for '/Users/username/.ssh/myKey.ppk' are too open.
  7. It is required that your private key files are NOT accessible by others.
  8. This private key will be ignored.
  9.  
  10. cd ~
  11. chmod g-rwx .ssh
  12. chmod o-rwx .ssh
Add Comment
Please, Sign In to add comment