Skip to content

Instantly share code, notes, and snippets.

@daum
Created April 5, 2013 12:35
Show Gist options
  • Save daum/5318978 to your computer and use it in GitHub Desktop.
Save daum/5318978 to your computer and use it in GitHub Desktop.
daum@daum ~ $ ssh [email protected] -i test.pem
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0644 for 'test.pem' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
bad permissions: ignore key: test.pem
Permission denied (publickey).
daum@daum ~ $ chmod 0600 test.pem
daum@daum ~ $ ssh [email protected] -i test.pem
Welcome to Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-36-virtual i686)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment