Skip to content

Commit

Permalink
Merge pull request #3 from sjanoriy-epcc/patch-1
Browse files Browse the repository at this point in the history
updated port number for ssh tunnel
  • Loading branch information
aturner-epcc authored Nov 30, 2023
2 parents c80a214 + 1dabe85 commit a5b74b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tursa-user-guide/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ in a web browser on your local system by setting up an SSH tunnel to the
Tursa login nodes.

You do this by logging into Tursa in the usual way (with your SSH key and password)
and adding the `-L 9080:10.144.12.95:80` option to the `ssh` command.
and adding the `-L 9080:10.144.12.95:443` option to the `ssh` command.

For example, if your username is `dc-user1`, you would setup the tunnel
by logging into Tursa with (assuming your SSH key is in the default location):

```
ssh -L 9080:10.144.12.95:80 [email protected]
ssh -L 9080:10.144.12.95:443 [email protected]
```

Enter your SSH key passphrase and password in the usual way.
Expand Down

0 comments on commit a5b74b3

Please sign in to comment.