Update ssh.service.ts

This commit is contained in:
Baobhan Sith
2025-04-25 18:55:48 +08:00
parent 7eb8b0b4f8
commit 9991eb71c7
@@ -115,7 +115,6 @@ export const establishSshConnection = (
privateKey: connDetails.privateKey,
passphrase: connDetails.passphrase,
readyTimeout: timeout,
tryKeyboard: true, // 尝试处理 keyboard-interactive 认证
keepaliveInterval: 10000, // 保持连接
keepaliveCountMax: 10,
};