ssh-keygen -t rsa -C "your_email@example.com"
ssh-keygen -t rsa
Cat ~/.ssh/id_rsa.pub
ssh-keygen
ssh-copy-id your_email@example.com
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
ssh-keygen -t ed25519 -f ~/.ssh/sshKey -q -N ""
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
ssh-keygen -R "your_ip_address"