Asbru-cm: Keepalives

Created on 24 Oct 2019  路  3Comments  路  Source: asbru-cm/asbru-cm

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

documentation question

Most helpful comment

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

All 3 comments

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":
image

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Frankstar picture Frankstar  路  8Comments

paliasp picture paliasp  路  11Comments

vibo69 picture vibo69  路  13Comments

wcasanova picture wcasanova  路  17Comments

popxunga picture popxunga  路  7Comments