Changes
Page history
Update Documentation
authored
Jul 18, 2025
by
Peter Heger
Hide whitespace changes
Inline
Side-by-side
Documentation.md
View page @
6a6c4e71
...
...
@@ -70,7 +70,7 @@ Quick summary, if you just need a reminder:
| Command | Description |
| ----------- | ----------- |
|
`ssh-keygen -t ed25519 -C "<YOUR NAME>"`
| generate private + public key pair |
|
`cat ~/.ssh/id_ed25519.pub`
| print content of public key file; copy-paste and
send to hpc-mgr@uni-koeln.de
|
|
`cat ~/.ssh/id_ed25519.pub`
| print content of public key file; copy-paste and
upload key to our dedicated
[
Ramses key upload website
](
https://ramses-umc.itcc.uni-koeln.de/web-sshkey/login
)
|
| How to bypass the passphrase during SSH login (optional): |
|
`eval "$(ssh-agent -s)"`
| set environment variables of the SSH agent |
|
`ssh-add ~/.ssh/id_ed25519`
| provide private key identity to agent |
...
...
...
...