mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-23 13:13:49 +03:00
ssh: enable keepalive by default
This commit is contained in:
parent
6f972ab4cc
commit
f20ba3e8bc
@ -21,8 +21,8 @@ export class SSHProfilesService extends ProfileProvider<SSHProfile> {
|
||||
auth: null,
|
||||
password: null,
|
||||
privateKeys: [],
|
||||
keepaliveInterval: null,
|
||||
keepaliveCountMax: null,
|
||||
keepaliveInterval: 5,
|
||||
keepaliveCountMax: 10,
|
||||
readyTimeout: null,
|
||||
x11: false,
|
||||
skipBanner: false,
|
||||
|
Loading…
Reference in New Issue
Block a user