1
1
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:
Eugene Pankov 2021-07-24 10:15:08 +02:00
parent 6f972ab4cc
commit f20ba3e8bc
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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,