Hello,
First of all many thanks for continuing the great work that has been done on PAC manager.
I work in an environment where my sessions are regularly disconnected by firewalls I go through.
PuTTY has two nice options, null packets and SO_KEEPALIVE, which prevents this from happening.
Would it be possible to implement something like this on asbru please ?
Best regards
Since asbru just spawns a ssh session, you could use this in your ~/.ssh/config ?
Host *
ServerAliveInterval 30
I haven't thought of that, but that's a very nice solution.
Many thanks for the advice.
On additional note, you can set this option as an "advanced SSH options":

Most helpful comment
On additional note, you can set this option as an "advanced SSH options":
