ssh-keygen -t ed25519 -a 200 -C "yourname@dzangolab.com" -f ~/.ssh/yourname.ed25519 //Add your key to ssh-agent in order to avoid having to input your passphrase all the time. ssh-add -K ~/.ssh/yourname.ed25519