Ssh

SSH

Generate Public and Private RSA key paid

ssh-keygen
# Press enter for all options (go for default file, passphrase, etc.)
# now ~/.ssh should have id_rsa.pub and id_rsa

Last updated