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
c65fa75d
Commit
c65fa75d
authored
2 years ago
by
Taras Lazariv
Browse files
Options
Downloads
Patches
Plain Diff
Improve adding ssh key
parent
d7e6adc1
No related branches found
No related tags found
2 merge requests
!607
Automated merge from preview to main
,
!605
Resolve "Transfer pdfs on mobaxterm to markdown pages"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/access/ssh_putty.md
+11
-12
11 additions, 12 deletions
doc.zih.tu-dresden.de/docs/access/ssh_putty.md
with
11 additions
and
12 deletions
doc.zih.tu-dresden.de/docs/access/ssh_putty.md
+
11
−
12
View file @
c65fa75d
...
@@ -33,25 +33,24 @@ You can pre-configure some connection details additionally. It will save time in
...
@@ -33,25 +33,24 @@ You can pre-configure some connection details additionally. It will save time in


-
Set a SSH-key (recommended for security reason).
-
Configure SSH-key (recommended for security reason).
**Note**: For being able to use a SSH key to login to HPC, you have to register the key on the
system before!
Add the public-key to `~/.ssh/authorized_keys` and use the following format.
```console
# <key-type> <public key> <comment>
ssh-ed25519 <public key> myuser@mylocalhost
```
To configure the SSH key to use, navigate to "Connection" → "SSH" → "Auth" in the tree left.
To configure the SSH key to use, navigate to "Connection" → "SSH" → "Auth" in the tree left.
You will see a text field for "Private key file for authenti
fi
cation".
You will see a text field for "Private key file for authentication".
Insert the path to your local key-file or brows it using the button "Browse...".
Insert the path to your local key-file or brows it using the button "Browse...".
This will do the same as the command `ssh -i .ssh/id_red25519 marie@taurus.hrsk.tudresden.de:22` in Terminal.
This will do the same as the command `ssh -i .ssh/id_red25519 marie@taurus.hrsk.tudresden.de:22` in Terminal.


!!! note "Add public key to ZIH system"
For being able to use a SSH key to login to ZIH system, you have to register the key
on the system before!
Login to the ZIH system using your password and add your public-key to
`~/.ssh/authorized_keys`.
-
Enable X-forwarding. Navigate to "Connection"
→
"SSH"
→
"X11" in the tree on the
-
Enable X-forwarding. Navigate to "Connection"
→
"SSH"
→
"X11" in the tree on the
left. Select the checkbox "Enable X11 forwarding".
left. Select the checkbox "Enable X11 forwarding".
...
...
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