Ssh keys
From ALICE Documentation
It is possible to setup ssh using keys only.
Setup Linux ssh for key based login
Setup PuTTY to use key based login
Before we can use key based login we first need to create a private/public key set. THis is doen by the program puttygen. Open this program:
and hit the 'Generate'key. You will have to move your mouse around as this will help randomness in the creation of the key pair. Once the keys have been created you need to save each key in its own file.
Make sure to use sensible file names for the two key files. The private key is automatically appended with the .ppk extension, while the public key does not need an extension.
Now we must make PuTTY aware of the private key. Go to SSH - AUTH and use the Browse button to select the file in whuch you have previously saved the private key (usually extenstion .ppk).
Finnaly we need to tell PuTTY to use a particular account name for accessing the public key (which we still need to upload). So go to SSH - DATA and fill in your ULCN account name in the 'Auto-login username' box.
With all these changes make sure to save the setting: go to Session and click the Save button.
We still need to copy the public key to the server. To do so user Wordpad to open your public key file and select the text part