.ssh 권한(permission)
chmod 700 ~/.ssh chmod 600 ~/.ssh/id_rsa chmod 644 ~/.ssh/id_rsa.pub chmod 644 ~/.ssh/authorized_keys chmod 644 ~/.ssh/known_hosts 참고 URL : https://opentutorials.org/module/432/3742
chmod 700 ~/.ssh chmod 600 ~/.ssh/id_rsa chmod 644 ~/.ssh/id_rsa.pub chmod 644 ~/.ssh/authorized_keys chmod 644 ~/.ssh/known_hosts 참고 URL : https://opentutorials.org/module/432/3742
chown -R YOUR_USER: ~/.ssh chmod 700 ~/.ssh chmod 600 ~/.ssh/*