cheat/cheats/ssh
Felix Pankratz d49735f009 AEZAKMI
2024-10-31 12:56:11 +01:00

6 lines
154 B
Plaintext

# 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`