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

generalization

parent 6dbe476b
No related branches found
No related tags found
No related merge requests found
Pipeline #22094 passed with warnings
...@@ -126,7 +126,7 @@ Data in and out of the system may be transferred by SCP and SFTP protocols. ...@@ -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. 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 ```console
$ scp -i /path/to/id_rsa my-local-file username@cluster-name.it4i.cz:directory/file $ scp -i /path/to/id_rsa my-local-file username@cluster-name.it4i.cz:directory/file
...@@ -142,13 +142,13 @@ or ...@@ -142,13 +142,13 @@ or
$ sftp -o IdentityFile=/path/to/id_rsa username@cluster-name.it4i.cz $ 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 ```console
$ sshfs -o IdentityFile=/path/to/id_rsa username@cluster-name.it4i.cz:. mountpoint $ 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: Learn more about SSH, SCP, and SSHFS by reading the manpages:
......
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