Generate your key pair Open a command line window and enter: ssh-keygen -b 4096 -t rsa A pair of private/public keys will be generated under the .ssh folder. By default the file names are id_rsa and id_rsa.pub. You can optionally enter a passphrase for your private key. View your public key On Linux or MacOS: […]
Continue Reading... 2 Comments.