Skip to content
Snippets Groups Projects

Corrected private -> public in datamover.md.

Merged Jan Frenzel requested to merge 478-correct-key-for-data-transfer into preview
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -70,7 +70,7 @@ To identify the mount points of the different filesystems on the data transfer m
@@ -70,7 +70,7 @@ To identify the mount points of the different filesystems on the data transfer m
## Transferring Files Between ZIH Systems and Group Drive
## Transferring Files Between ZIH Systems and Group Drive
1. Copy your private SSH key from ZIH system to `login1.zih.tu-dresden.de`.
1. Copy your public SSH key from ZIH system to `login1.zih.tu-dresden.de`.
``` console
``` console
marie@login$ ssh-copy-id -i ~/.ssh/id_rsa.pub login1.zih.tu-dresden.de
marie@login$ ssh-copy-id -i ~/.ssh/id_rsa.pub login1.zih.tu-dresden.de
Loading