feat: support ssh key passphrase

This commit is contained in:
Fu Diwei
2024-10-16 12:30:15 +08:00
parent 79dce124a7
commit 71f43c5bd4
8 changed files with 70 additions and 349 deletions

View File

@@ -100,6 +100,7 @@ export type SSHConfig = {
password?: string;
key?: string;
keyFile?: string;
keyPassphrase?: string;
};
export type WebhookConfig = {