We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8910fea commit 4fa7165Copy full SHA for 4fa7165
stow/ssh/.ssh/config.d/95-examples
@@ -37,3 +37,10 @@
37
# ProxyJump jump.example.org
38
#Host *.example.com !extra-jump.example.com
39
# ProxyJump jump.example.org,extra-jump.example.com
40
+
41
+# Connect to a remote host and _just_ forward client port 8080 to remote port 8080
42
+# No TTY is requested and no remote session is requested, we just want the port forward
43
+#Host example.org
44
+# RequestTTY no
45
+# SessionType none
46
+# LocalForward 8080 localhost:8080
0 commit comments