Hello, Since autossh ignores environment variables it is difficult to get the ssh link to use a socks proxy. So for example an ssh connection which needs to go through a socks proxy could be started as $ tsocks ssh -f -q -N remote_host However, replacing ssh with autossh does not work. Regards, Kapil. --
Hi Kapil, autossh will put ssh in background with -f, what doesn't work exactly? what is the error? (you can set AUTOSSH_DEBUG in the environment) filippo