2. Windows
Create SSH Keypair (Windows)
- Download and install Git with GitBash Support
- Open GitBash
- 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 C:\Users\{username}\.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.