scripts/ssh-reverse-tunnel.sh
jonathan santis 70442731ff add
2025-01-07 10:56:07 +01:00

4 lines
70 B
Bash

ssh -R 2000:localhost:22 user@remoteserver
ssh -p2000 user@localhost