Tagged Questions
5
votes
3answers
2k views
How can I autostart a SSH -D tunnel at login for a SOCKS proxy?
I know that if I want to start an SSH tunnel
ssh -d 9000 user@userserver
This is one solution for a dynamic tunnel to be opened on port 9000 for a user named "user" on the host "userserver"
...