Connect via SSH key to your Linux Server
You have a Linux server and want to connect to it? The common practice is to use a ssh key pair for that. Basically you store a public and private key locally on your machine, upload the public key to your server and than start connecting to it with your private key. No further applications …