Open michaelzenz opened 5 years ago
sam@sam-VirtualBox:~$ source ~/.bashrc @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0644 for '/home/sam/.ssh/pKeys_AWS_Team11.pem' are too open. It is required that your private key files are NOT accessible by others. This private key will be ignored.
@javanmaa sam@sam-VirtualBox:~$ source ~/.bashrc @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0644 for '/home/sam/.ssh/pKeys_AWS_Team11.pem' are too open. It is required that your private key files are NOT accessible by others. This private key will be ignored.
Ok, just run this command
chmod 400 ~/.ssh/your_private_key_file
This change the permission level of the file
WHAT DOES .bashrc DO?
https://michael-zengzf.github.io/2019/01/23/How-to-Use-Github/