ProColo - Generate a SSH keypair
Generating a SSH key-pair
Open Terminal (cmd + spacebar, search for terminal)
Run the command below:
$ ssh-keygen -t ed25519Follow the prompts to generate & save your keypair
> Generating public/private ed25519 key pair.When prompted to "Enter a file to which to save the key" either use the default location (~/.ssh/) or enter a new location.
It is recommended to give the key a passphrase. If your private key is stolen, it is useless without the passphrase you set.
The keypair will be saved to the location you specified, provide the public key (ending in ".pub") to RPCNetwork when requested to allow for configuration of your VM.
Open Command Prompt
Run the command below:
$ ssh-keygen -t ed25519Follow the prompts to generate & save your keypair
> Generating public/private ed25519 key pair.When prompted to "Enter a file to which to save the key" either use the default location (C:\Users\your_username\.ssh\) or enter a new location.
It is recommended to give the key a passphrase. If your private key is stolen, it is useless without the passphrase you set.
The keypair will be saved to the location you specified, provide the public key (ending in ".pub") to RPCNetwork when requested to allow for configuration of your VM.
Last updated