Skip to content

Commit

Permalink
login2.md console
Browse files Browse the repository at this point in the history
  • Loading branch information
bclaremar authored Aug 22, 2023
1 parent e72fe66 commit 2e90467
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/login2.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ If you lack a user account, visit the [Getting started page](https://www.uppmax.
````{tab} Mac

- Start terminal (e.g. from Launchpad) or [iTerm2](https://iterm2.com/)
```bash=
```console
$ ssh <username>@rackham.uppmax.uu.se
```
- "< >" prompts you to set the keyword specific for you or your needs. In the example above, this is basically your username.
Expand All @@ -100,7 +100,7 @@ $ ssh <username>@rackham.uppmax.uu.se
````{tab} Windows
- Start terminal (see below)
```bash=
```console
$ ssh <username>@rackham.uppmax.uu.se
```
- "< >" prompts you to set the keyword specific for you or your needs. In the example above, this is basically your username.
Expand Down Expand Up @@ -139,11 +139,11 @@ $ ssh <username>@rackham.uppmax.uu.se
- Start terminal (e.g. from Launchpad) or [iTerm2](https://iterm2.com/)
```bash=
```console
$ ssh -Y <username>@rackham.uppmax.uu.se
```
- -X Enables X11 forwarding.
- -Y Enables trusted X11 forwarding
- ``-X`` Enables X11 forwarding.
- ``-Y`` Enables trusted X11 forwarding
````
Expand All @@ -166,7 +166,7 @@ $ ssh -Y <username>@rackham.uppmax.uu.se
- Start local terminal and a SSH session by:
```bash=
```console
$ ssh -Y <username>@rackham.uppmax.uu.se
```
Expand Down Expand Up @@ -199,15 +199,15 @@ $ ssh -Y <username>@rackham.uppmax.uu.se

``````{challenge} Login to **Rackham**, using your terminal
- First try:
```bash=
```console
$ ssh -Y <username>@rackham.uppmax.uu.se
```
- If you receive errors or warnings, instead try:
```bash=
```console
$ ssh <username>@rackham.uppmax.uu.se
```
- If you do have X11 installed:
```bash=
```console
$ xeyes &
```
``````
Expand Down

0 comments on commit 2e90467

Please sign in to comment.