michaelzenz / MICHAEL-ZENZ.github.io

0 stars 0 forks source link

How to Use Github I - Quick Start | Zenz #3

Open michaelzenz opened 5 years ago

michaelzenz commented 5 years ago

https://michael-zengzf.github.io/2019/01/23/How-to-Use-Github/

javanmaa commented 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.

michaelzenz commented 5 years ago

@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

Klaus117 commented 5 years ago

WHAT DOES .bashrc DO?