ssh is used to remotely login to other computers and execute commands.
Use public key authentication instead of just passwords.
Generate public and private SSH keys on the client.
mkdir ~/.ssh
ssh-keygen -t rsa -b 4096
Transfer the public key.
ssh-copy-id
user@host
Page added on 2021-10-18
All site content is in the Public Domain.