Update Documentation authored by Peter Heger's avatar Peter Heger
......@@ -105,7 +105,7 @@ You can ignore the rest of the output. The keypair is stored under \~/.ssh/id_ed
cat ~/.ssh/id_ed25519.pub
```
**Please send the public key to: ****hpc-mgr@uni-koeln.de**
**Please send the public key to:** **hpc-mgr@uni-koeln.de**
If the `ssh` program on your computer is outdated, it will not know the key type ed25519. In this case use
......@@ -186,7 +186,7 @@ In this example, if you choose '1', an authentication request is pushed to your
## Data transfer
To transfer your data to the cluster, we recommend using [scp](https://tldr.inbrowser.app/pages/common/scp) (**s**ecure **c**o**p**y) - either on the command line (CLI/Terminal) or with a graphical client (e.g. WinSCP).\\
To transfer your data to the cluster, we recommend using [scp](https://tldr.inbrowser.app/pages/common/scp) (**s**ecure **c**o**p**y) - either on the command line (CLI/Terminal) or with a graphical client (e.g. WinSCP).\
There is no automatic mechanism to sync/copy files between Cheops and Ramses. You have to copy your files yourself.
......
......