Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
dac9e6f2
Commit
dac9e6f2
authored
3 years ago
by
Jan Siwiec
Browse files
Options
Downloads
Patches
Plain Diff
generalization
parent
6dbe476b
No related branches found
No related tags found
No related merge requests found
Pipeline
#22094
passed with warnings
3 years ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs.it4i/general/shell-and-data-access.md
+3
-3
3 additions, 3 deletions
docs.it4i/general/shell-and-data-access.md
with
3 additions
and
3 deletions
docs.it4i/general/shell-and-data-access.md
+
3
−
3
View file @
dac9e6f2
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment