Create an SSH Key on Your Computer
On Windows, Mac and Linux systems you can generate an SSH key pair using the ssh-keygen
command.
The instructions below will generate a key without a password
and will store it in the default file locations.
Information about providing/using a key password, selecting a different file location, and other options
is available online.
Jetstream2 requires that your SSH key be generated using the RSA algorithm,
so you must specify the -t rsa
option when running ssh-keygen
Enter
to select the default location .pub
.
When the command asks for a passphrase, you can press Enter
twice to skip that option.