7 ms·
If you want to copy your SSH keys to a different machine (so that you need not type your password everytime to login) you just need to do `ssh-copy-id user@remo
by stonelazy 4y ago
If you want to copy your SSH keys to a different machine (so that you need not type your password everytime to login) you just need to do `ssh-copy-id user@remotemachine` and it works like a Charm.
- dolmen 4y agoNote that ssh-copy-id just copies your public key to the remote machine.
- hosteur 4y agoYes. And that is what you want. You never want to have your private key leave your machine.
- chasil 4y agoAt the risk of self-aggrandizement, I might offer my own adventure. Keyflips for all! https://www.linuxjournal.com/content/ssh-key-rotation-posix-shell-sunset-nears-elderly-keys https://www.linuxjournal.com/content/ssh-key-rotation-posix-...