Linux/Windows RSA Key 常用指令
1 | $ ssh-keygen -t rsa -C "youraccount@com.tw" #建立金鑰 |
Error狀況: Could not open a connection to your authentication agent
1 | $ ssh-agent bash |
Permissions 0644 for ‘/c/Users/HelloWorld/.ssh/id_rsa’ are too open.
1 | $ cd ~/.ssh |
Linux/Windows RSA Key 常用指令