You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# use a jumphost
|
|
|
|
`ssh -J user@gateway[,user@gateway2] user@internal`
|
|
|
|
|
|
|
|
# forward remote port 8080 to localhost:1337
|
|
|
|
`ssh -L 1337:127.0.01:8080 user@host`
|