@@ -31,7 +31,7 @@ You can preconfigure some values. It will save your time during your connections

2. Set your user name. For that choose the tab `Connection`→`Data` in the navigation tree on the left.
2. Set your user name. For that choose the tab `Connection`→`Data` in the navigation tree on the left.
Insert your user name into the text field `Auto-login username`.
The application will basically perform the same action as the command `ssh marie@taurus.hrsk.tudresden.de:22` in Terminal.
...
...
@@ -49,14 +49,14 @@ The application will basically perform the same action as the command `ssh marie
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 authentification`.
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.

4. Enable X-forwarding (optional). To do so, navigate to `Connection`→`SSH`→`X11` in the tree left. Put the tick in the checkbox for `Enable X11 forwarding`.
4. Enable X-forwarding (optional). To do so, navigate to `Connection`→`SSH`→`X11` in the tree left. Put the tick in the checkbox for `Enable X11 forwarding`.