User Tools

Site Tools


linux:ssh

This is an old revision of the document!


SSH

Copy over Public Key

To enable passwordless login, you must copy over your public key to the other sever

ssh-copy-id remote_username@server_ip_address

Ignore Warning

ssh -q -o "StrictHostKeyChecking no" admin@192.168.1.1
linux/ssh.1652650611.txt.gz · Last modified: (external edit)