If you use windows, the following programs are useful to connect Ragnar. The key parts are puTTy and WinSCP, you need download them and setup connection to our Ragnar server. Others are not necessary.

RSA Keys

If you work frequently with Ragnar, entering your password at each login can be avoided with the help of an RSA key. The idea is to generate two key files, a private key for your computer and a public key for Ragnar; these files are then compared automatically when you use SSH. Moreover, SSH keys provide a more secure way of logging into a virtual private server with SSH than using a password alone.

To set your RSA key in windows follow this steps:

NOTE: PuTTY and OpenSSH use different formats for public SSH keys. If the SSH Key you copied starts with “—- BEGIN SSH2 PUBLIC KEY …”, it is in the wrong format. Be sure to follow the instructions carefully. Your key should start with “ssh-rsa AAAA ….”

Save The Public Key On Ragnar

Now, you need to paste the copied public key in the file ~/.ssh/authorized_keys on your server.

Log in Ragnar. If your SSH folder does not yet exist, create it manually:

mkdir ~/.ssh 
chmod 700 ~/.ssh
touch ~/.ssh/authorized_keys 

Paste the SSH public key into your ~/.ssh/authorized_keys file

vim ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_key

Update the Ragnar PuTTY Profile to Save Your Server’s Settings In PuTTY