Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
ca8ee86e
Commit
ca8ee86e
authored
1 year ago
by
Martin Schroschk
Browse files
Options
Downloads
Patches
Plain Diff
Review
parent
4fb74c78
No related branches found
No related tags found
2 merge requests
!938
Automated merge from preview to main
,
!936
Update to Five-Cluster-Operation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/access/ssh_login.md
+15
-3
15 additions, 3 deletions
doc.zih.tu-dresden.de/docs/access/ssh_login.md
with
15 additions
and
3 deletions
doc.zih.tu-dresden.de/docs/access/ssh_login.md
+
15
−
3
View file @
ca8ee86e
...
@@ -27,7 +27,7 @@ Enter same passphrase again:
...
@@ -27,7 +27,7 @@ Enter same passphrase again:
```
```
Type in a passphrase for the protection of your key. The passphrase should be
**non-empty**
.
Type in a passphrase for the protection of your key. The passphrase should be
**non-empty**
.
Copy the public key to the ZIH system (Replace placeholder
`marie`
with your ZIH login):
Copy the
**
public key
**
to the ZIH system (Replace placeholder
`marie`
with your ZIH login):
```
console
```
console
marie@local$
ssh-copy-id
-i
~/.ssh/id_ed25519.pub marie@login2.barnard.hpc.tu-dresden.de
marie@local$
ssh-copy-id
-i
~/.ssh/id_ed25519.pub marie@login2.barnard.hpc.tu-dresden.de
...
@@ -39,13 +39,20 @@ Are you sure you want to continue connecting (yes/no)?
...
@@ -39,13 +39,20 @@ Are you sure you want to continue connecting (yes/no)?
Compare the shown fingerprint with the
[
documented fingerprints
](
key_fingerprints.md
)
. Make sure
Compare the shown fingerprint with the
[
documented fingerprints
](
key_fingerprints.md
)
. Make sure
they match. Then you can accept by typing
`yes`
.
they match. Then you can accept by typing
`yes`
.
!!! info
!!! note "One
`ssh-copy-id`
command for all clusters"
Since your home directory, where the file `.ssh/authorized_keys` is stored, is available on all HPC
systems, this task is only required once and you can freely choose a target system for the
`ssh-copy-id` command. Afterwards, you can access all clusters with this key file.
??? info "ssh-copy-id is not available"
If `ssh-copy-id` is not available, you need to do additional steps:
If `ssh-copy-id` is not available, you need to do additional steps:
```console
```console
marie@local$ scp ~/.ssh/id_ed25519.pub marie@login2.barnard.hpc.tu-dresden.de:
marie@local$ scp ~/.ssh/id_ed25519.pub marie@login2.barnard.hpc.tu-dresden.de:
The authenticity of host 'barnard.hpc.tu-dresden.de (141.30.73.104)' can't be established.
The authenticity of host 'barnard.hpc.tu-dresden.de (141.30.73.104)' can't be established.
RSA key fingerprint is SHA256:
HjpVeymTpk0rqoc8Yvyc8d9KXQ/p2K0R8TJ27aFnIL8
.
RSA key fingerprint is SHA256:
Gn4n5IX9eEvkpOGrtZzs9T9yAfJUB200bgRchchiKAQ
.
Are you sure you want to continue connecting (yes/no)?
Are you sure you want to continue connecting (yes/no)?
```
```
...
@@ -116,6 +123,11 @@ marie@local$ ssh barnard
...
@@ -116,6 +123,11 @@ marie@local$ ssh barnard
If you want to copy data from/to ZIH systems, please refer to
[
Dataport Nodes: Transfer Data to/from
If you want to copy data from/to ZIH systems, please refer to
[
Dataport Nodes: Transfer Data to/from
ZIH's Filesystems
](
../data_transfer/dataport_nodes.md
)
for more information on dataport nodes.
ZIH's Filesystems
](
../data_transfer/dataport_nodes.md
)
for more information on dataport nodes.
!!! note "HPC systems
`Alpha`
,
`Julia`
,
`Romeo`
"
In the above
`.ssh/config`
file, the HPC system
`Barnard`
is chosen as an example.
The very same settings can be made for the HPC systems
`Alpha`
,
`Julia`
,
`Romeo`
, etc.
## X11-Forwarding
## X11-Forwarding
If you plan to use an application with graphical user interface (GUI), you need to enable
If you plan to use an application with graphical user interface (GUI), you need to enable
...
...
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