mirror of
https://github.com/Eugeny/tabby.git
synced 2025-03-07 15:17:10 +08: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