Comment 3 for bug 1127551

Revision history for this message
Brandon Williams (opensource-subakutty) wrote :

Revision 73 adds a new hidden configuration variable for advanced users. Add the following to your ~/.TunnelManager/properties.conf:

[BASE]
sshbaseargs = ['-N', '-t', '-x', '-o', 'ExitOnForwardFailure=yes', '-o', 'ServerAliveInterval=300']

This will add a default ServerAliveInterval to be used when executing ssh. If you prefer this to be server specific, add server specific settings to your ~/.ssh/config file instead.