diff --git a/terminus-ssh/src/services/ssh.service.ts b/terminus-ssh/src/services/ssh.service.ts index 010581a8..9dfbda60 100644 --- a/terminus-ssh/src/services/ssh.service.ts +++ b/terminus-ssh/src/services/ssh.service.ts @@ -262,7 +262,7 @@ export class SSHService { tryKeyboard: true, agent: agent ?? undefined, agentForward: session.connection.agentForward && !!agent, - keepaliveInterval: session.connection.keepaliveInterval, + keepaliveInterval: session.connection.keepaliveInterval ?? 15000, keepaliveCountMax: session.connection.keepaliveCountMax, readyTimeout: session.connection.readyTimeout, hostVerifier: (digest: string) => {