SSH - markhowellsmead/helpers GitHub Wiki

Generate an EdDSA SSH Key

ssh-keygen -t ed25519 -C "[email protected]"

Install a Public Key on a remote server

ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]