Passwordless linux ssh. Passwordless linux ssh. July 31, 2020 lsalas ssh-keygen -t rsassh user@host mkdir -p .sshcat .ssh/id_rsa.pub | ssh user@host ‘cat >> .ssh/authorized_keys’ or ssh-copy-id -i ~/.ssh/mykey user@host ssh user@host