Skip to content

Commit

Permalink
updated port number for ssh tunnel
Browse files Browse the repository at this point in the history
Updated port number to 443 for creating the tunnel.
Replaced 80 -> 443
  • Loading branch information
sjanoriy-epcc authored Nov 30, 2023
1 parent c80a214 commit 1dabe85
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 1dabe85

Please sign in to comment.