diff --git a/doc.zih.tu-dresden.de/docs/access/ssh_login.md b/doc.zih.tu-dresden.de/docs/access/ssh_login.md index 1eb2dcb07e9079a07c3f5a8721a5cf4f62b9e7f7..dbfb45acb146a7b7d33906d3e4079d5e0d1622c8 100644 --- a/doc.zih.tu-dresden.de/docs/access/ssh_login.md +++ b/doc.zih.tu-dresden.de/docs/access/ssh_login.md @@ -107,7 +107,7 @@ Afterwards, you can connect to the ZIH system using: marie@local$ ssh taurus ``` !!!info - Please note that in above example login node `taurus.hrsk.tu-dresden.de` is used in configuration file to access shell in ZIH systems. SSH configuration file can also be used to perform data transfer from/to ZIH systems. An additional profile with same settings can be created. Simply replace login node in front of `HostName` with export node (eg. `taurusexport.hrsk.tu-dresden.de`) in the SSH configuration profile. Please refer to [Export Nodes: Transfer Data to/from ZIH's Filesystems](../data_transfer/export_nodes.md) for more information on export nodes. + Please note that in above example, login node `taurus.hrsk.tu-dresden.de` is used in configuration file in order to access shell in ZIH systems. SSH configuration file can also be used to perform data transfer from/to ZIH systems. An additional profile with same settings can be created. Simply replace login node in front of `HostName` with export node (eg. `taurusexport.hrsk.tu-dresden.de`) in the SSH configuration profile. Please refer to [Export Nodes: Transfer Data to/from ZIH's Filesystems](../data_transfer/export_nodes.md) for more information on export nodes. ### X11-Forwarding diff --git a/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md b/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md index 9230a16a7b2a0f10cccbd0b3ec807ab69971f371..858d066da792a1f9f98f17be045bdae44a9ad402 100644 --- a/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md +++ b/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md @@ -117,14 +117,15 @@ the local machine. HostName taurusexport.hrsk.tu-dresden.de [...] ``` + Once the configuration is created, user can initiate transfer simply using any of the tools mentioned above. ```console - # Transfer from ZIH system to local machine + # Transfer from ZIH system marie@local$ rsync -r <configuration_profile_name>:<directory_or_file> <target-location> - # Transfer from local machine to ZIH system - marie@local$ rsync -r <configuration_profile_name>:<directory_or_file> <target-location> + # Transfer to ZIH system + marie@local$ rsync -r <file_or_folder_on_local_machine> <configuration_profile_name>:<target-location> ``` ## Access From Windows