Created
April 5, 2013 12:35
-
-
Save daum/5318978 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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