me
Superdanby

Remote Connection with SSH

  1. sshusername@hostaddress
  2. git:
    • git config --global user.name "USERNAME"
    • git config --global user.email "EMAIL"
    • ssh setup for Github
  3. ssh-keygen
  4. sshd: public private Key setup, disabling password authentication
    • .ssh permissions: 700
    • .ssh/authorized_keys permissions: 644