1. Linux
Create SSH Keypair (Linux)
- Open your Terminal
- Type in command
ssh-keygen
and press enter - (optional) Enter a passphrase for your key this works like a password.
You can find your Keypairs now in /home/{user}/.ssh/
Public Key : id_rsa.pub
\
Private Key (always keep this secret) : id_rsa
Upload your SSH Public Key
in the settings to enable SFTP upload method.