Generate an SSH key pair

If you do not have a key, run the following command in a local

terminal / command prompt to generate an SSH key pair:



ssh-keygen -t rsa -b 4096

Comments