Creating persistent SSH tunnels in Windows using autossh
Enable remote desktop ssh -L 15000:REMOTESRV:3389 USER@localhost -p 20000 Remove the service: cygrunsrv –remove AutoSSH Check the configuration & status of the service: cygrunsrv –query AutoSSH Este es el bueno ….. cygrunsrv -I AutoSSH -f «Autossh tunnel» -t auto -y tcpip -O -u $USER -w $PASS -p /usr/bin/autossh -a «-M 20507 -R 51353:127.0.0.1:3389 $USER@$SERVER -p… Leer más »