Generate an SSH Key ssh-keygen Create .ssh dir on remote mkdir ~/.ssh/ Copy SSH Key to Remote Linux Device type <path>\.ssh\id_rsa.pub | ssh <IP-ADDRESS-OR-FQDN> "cat >> .ssh/authorized_keys" Test ssh <IP-ADDRESS-OR-FQDN>