| `cat ~/.ssh/id_ed25519.pub` | print content of public key file; copy-paste and upload to our dedicated [Ramses key upload website](https://ramses-umc.itcc.uni-koeln.de/web-sshkey/login) |
| `cat ~/.ssh/id_ed25519.pub` | upload content of public key file to RAMSES; see below |
| How to bypass the passphrase during SSH login (optional): |
| How to bypass the passphrase during SSH login (optional): |
| `eval "$(ssh-agent -s)"` | set environment variables of the SSH agent |
| `eval "$(ssh-agent -s)"` | set environment variables of the SSH agent |
| `ssh-add ~/.ssh/id_ed25519` | provide private key identity to agent |
| `ssh-add ~/.ssh/id_ed25519` | provide private key identity to agent |
...
@@ -123,7 +123,7 @@ You will now find the key pair in the hidden `.ssh` directory of your home as fi
...
@@ -123,7 +123,7 @@ You will now find the key pair in the hidden `.ssh` directory of your home as fi
The newly generated SSH public key needs to be transferred to your Ramses home directory.
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).
To this end, we have set up a dedicated [Ramses key upload website](https://ramses-umc.itcc.uni-koeln.de/web-sshkey/login).
**IMPORTANT NOTE**: The website is only accessible within the UKLAN, either be on premise or can use Cisco VPN. It is not accessible from the Internet!
**IMPORTANT NOTE**: The website is only accessible within the UKLAN, either be on premise or use Cisco VPN. It is not accessible from the Internet!
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.
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.