diff --git a/docs.it4i/general/shell-and-data-access.md b/docs.it4i/general/shell-and-data-access.md index 73fd9fe2d67f0aa6c3c3cc3ffe72479961048bde..74a8d07cdb465263ef46e5a9775b8d0cbf2458eb 100644 --- a/docs.it4i/general/shell-and-data-access.md +++ b/docs.it4i/general/shell-and-data-access.md @@ -126,7 +126,7 @@ Data in and out of the system may be transferred by SCP and SFTP protocols. Authentication is by [private key][1] only. -On Linux or Mac, use an SCP or SFTP client to transfer data to Barbora: +On Linux or Mac, use an SCP or SFTP client to transfer data to the cluster: ```console $ scp -i /path/to/id_rsa my-local-file username@cluster-name.it4i.cz:directory/file @@ -142,13 +142,13 @@ or $ sftp -o IdentityFile=/path/to/id_rsa username@cluster-name.it4i.cz ``` -A very convenient way to transfer files in and out of cluster is via the fuse filesystem [SSHFS][b]. +A very convenient way to transfer files in and out of the cluster is via the fuse filesystem [SSHFS][b]. ```console $ sshfs -o IdentityFile=/path/to/id_rsa username@cluster-name.it4i.cz:. mountpoint ``` -Using SSHFS, the user's Barbora home directory will be mounted on your local computer, just like an external disk. +Using SSHFS, the user's home directory will be mounted on your local computer, just like an external disk. Learn more about SSH, SCP, and SSHFS by reading the manpages: