Skip to content
Snippets Groups Projects
Commit f617f803 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update shell-and-data-access.md

parent af8428c8
No related branches found
No related tags found
No related merge requests found
Pipeline #33416 passed with warnings
......@@ -152,7 +152,7 @@ local $ man sshfs
The rsync client uses ssh to establish connection.
```console
local $ rsync my-local-file
local $ rsync my-local-file
```
```console
......@@ -160,10 +160,10 @@ local $ rsync -r my-local-dir username@cluster-name.it4i.cz:directory
```
!!! note
The data transfer speed is limited by the single-core ssh encryption speed to about **150 MB/s**
The data transfer speed is limited by the single-core ssh encryption speed to about **150 MB/s**
Run **multiple rsync** instances for unlimited transfers
Parallel execution of multiple rsync processes utilizes multiple cores to accelerate encryption and multiple tcp streams for enhanced bandwidth.
Parallel execution of multiple rsync processes utilizes multiple cores to accelerate encryption and multiple tcp streams for enhanced bandwidth.
First, set up ssh-agent single sign on:
```console
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment