Setup password less ssh

Last updated:

LINUXSSH

Create SSH pair

ssh-keygen -f /home/thor/.ssh/maria

Copy public key to remote server

ssh-copy-id -i ~/.ssh/tatu-key-ecdsa user@host

references:

  1. How to Setup Passwordless SSH Login | Linuxize
  2. Ssh-keygen is a tool for creating new authentication key pairs for SSH. This is a tutorial on its use, and covers several special use cases.