User Tools

Site Tools


ssh_notes

This is an old revision of the document!


copying keys

When setting up password less authentication via ssh, we can use ssh-copy-id to copy the public key to the remote machine the very first time. The command looks like

ssh-copy-id user@host

It will first ask for a password and then copies the key. Very convenient!

Ref:- man page - https://linux.die.net/man/1/ssh-copy-id

ssh_notes.1610657256.txt.gz · Last modified: 2021/01/14 20:47 by raju