Skip to content

Commit

Permalink
feat: add additional SSH example for port-forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
Okeanos committed Feb 24, 2025
1 parent 6d24a07 commit d40e279
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stow/ssh/dot-ssh/config.d/95-examples
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,10 @@
# ProxyJump jump.example.org
#Host *.example.com !extra-jump.example.com
# ProxyJump jump.example.org,extra-jump.example.com

# Connect to a remote host and _just_ forward client port 8080 to remote port 8080
# No TTY is requested and no remote session is requested, we just want the port forward
#Host example.org
# RequestTTY no
# SessionType none
# LocalForward 8080 localhost:8080

0 comments on commit d40e279

Please sign in to comment.