Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 211 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 211 Bytes

Linux Scripting

Password-less SSH

  • $ ssh-keygen -t rsa
  • $ ls -la ~/.ssh/
  • $ cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
  • $ chmod 700 $HOME && chmod 700 ~/.ssh && chmod 600 ~/.ssh/*