Creating an SSH Key on macOS
Macs come with ssh-keygen
, which is part of the OpenSSH suite. This makes it simple to generate an RSA key pair in the terminal.
In a terminal window, run the command:
Replace your_email@example.com with your own email, or another comment identifying your key.
You'll see a prompt like:
Press Enter to accept the default, or enter a custom path. The path should be in a restricted directory that others do not have permission to access.
When prompted to enter a passphrase, you can press enter to skip, or supply a passphrase. This is not the same as your ExaVault account password.
The process will generate two files, a private key, which has no extension and a public key with the extension .pub
Upload your public key to your account, and add your private key to your SFTP client. Never give your private key to anyone.
Last updated