Skip to content

Commit

Permalink
[BUGFIX] Fix typo in the port forwarding example descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
gkaf89 committed Nov 13, 2024
1 parent 560ff44 commit 96f5ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/connect/ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ In the `<node address>` option you can use the node IP address or the node name.

#### Port forwarding over SSH jumps

You can combine the jump command with other options, such as [port forwarding](#ssh-port-forwarding), for instance to access from you local machine a web server running in a compute node. Assume for instance that you have a server running in `iris-014` and listens at the IP `127.0.0.1` and port `2222`, and that you would like to forward the remote port `2222` to the `2222` port of you local machine. The, call the port forwarding command with a jump though the login node:
You can combine the jump command with other options, such as [port forwarding](#ssh-port-forwarding), for instance to access from you local machine a web server running in a compute node. Assume for instance that you have a server running in `iris-014` and listens at the IP `127.0.0.1` and port `2222`, and that you would like to forward the remote port `2222` to the `1111` port of you local machine. The, call the port forwarding command with a jump though the login node:

```bash
ssh -J iris-cluster -L 1111:127.0.0.1:2222 <cluster username>@iris-014
Expand Down

0 comments on commit 96f5ae8

Please sign in to comment.