mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 13:30:02 +00: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,
|
auth: null,
|
||||||
password: null,
|
password: null,
|
||||||
privateKeys: [],
|
privateKeys: [],
|
||||||
keepaliveInterval: null,
|
keepaliveInterval: 5,
|
||||||
keepaliveCountMax: null,
|
keepaliveCountMax: 10,
|
||||||
readyTimeout: null,
|
readyTimeout: null,
|
||||||
x11: false,
|
x11: false,
|
||||||
skipBanner: false,
|
skipBanner: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user