scripts/ssh-reverse-tunnel.sh

4 lines
70 B
Bash
Raw Normal View History

2025-01-07 09:56:07 +00:00
ssh -R 2000:localhost:22 user@remoteserver
ssh -p2000 user@localhost