commit cc0094ed8098fc093aca8bb3a8f3c2cc522f030b parent aaa5791cf21787dd980ff82b2a70cec5c0f30166 Author: Andrew Laack <andrew@laack.co> Date: Mon, 9 Mar 2026 18:57:58 -0500 Merge branch 'master' of https://git.laack.co/andrewlaack/scripts Diffstat:
| A | reverse-ssh/connect.sh | | | 4 | ++++ |
| D | reverse-ssh/server.sh | | | 4 | ---- |
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/reverse-ssh/connect.sh b/reverse-ssh/connect.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +# Run this on the server to connect to the reverse ssh connection. +ssh -o ProxyCommand="ssh -W %h:%p root@laack.co" andrew@localhost -p 43022 diff --git a/reverse-ssh/server.sh b/reverse-ssh/server.sh @@ -1,4 +0,0 @@ -#!/bin/bash - -# Run this on the server to connect to the reverse ssh connection. -ssh andrew@localhost -p 43022