Tagged Questions
0
votes
0answers
195 views
How to prevent autossh from becoming stuck once in a while?
I am using autossh to build a reverse ssh tunnel but from time to time the tunnel stops working and I need to kill autossh and start it again.
/etc/cron.d/autossh
@reboot autossh -f -nNT -R ...
2
votes
1answer
1k views
How do I set up an SSH SOCKS proxy with Gnome SSH Tunnel Manager?
Generally I use this command to create a local Socks proxy via SSH Tunneling
ssh -ND 7777 -i google.pem ubuntu@107.20.x.x
Then i configure my applications to use Socks proxy on localhost (i.e. ...