feat(pi-ssh): support SSH agent authentication

This commit is contained in:
云服务部-叶林立
2026-08-26 20:01:45 +08:00
parent b7758b239e
commit 874d4da096
10 changed files with 98 additions and 22 deletions
+1
View File
@@ -8,6 +8,7 @@ declare module "ssh2" {
username: string;
password?: string;
privateKey?: Buffer | string;
agent?: string;
passphrase?: string;
tryKeyboard?: boolean;
readyTimeout?: number;