-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/EPCCed/dirac-docs
- Loading branch information
Showing
2 changed files
with
58 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters