Update Documentation authored by Peter Heger's avatar Peter Heger
...@@ -117,7 +117,7 @@ You will now see the key pair in the hidden `.ssh` directory of your home as fil ...@@ -117,7 +117,7 @@ You will now see the key pair in the hidden `.ssh` directory of your home as fil
##### (on Windows: you can also use [PuTTY](PuTTY-key-generator) ) ##### (on Windows: you can also use [PuTTY](PuTTY-key-generator) )
#### 2.2.2 Step 2: Transfer the public key #### 2.2.2 Step 2: Transfer the public key to Ramses
Now the newly generated SSH public key needs to be transferred to your Ramses home directory. Now the newly generated SSH public key needs to be transferred to your Ramses home directory.
To this end, we have set up a dedicated [Ramses key upload website](https://ramses-umc.itcc.uni-koeln.de/web-sshkey/login). Log in with your uniKIM credentials (username and password) and upload your public key. It will then be installed in your `~/.ssh/authorized_keys` file on Ramses and enable SSH authentication without a password request when used with your matching private key on the local host. To this end, we have set up a dedicated [Ramses key upload website](https://ramses-umc.itcc.uni-koeln.de/web-sshkey/login). Log in with your uniKIM credentials (username and password) and upload your public key. It will then be installed in your `~/.ssh/authorized_keys` file on Ramses and enable SSH authentication without a password request when used with your matching private key on the local host.
... ...
......