Add SSH TOTP authentication support #350
@@ -124,7 +124,7 @@ class SSHConnectionPool {
|
|||||||
const responses = prompts.map(() => host.password || "");
|
const responses = prompts.map(() => host.password || "");
|
||||||
finish(responses);
|
finish(responses);
|
||||||
} else {
|
} else {
|
||||||
finish([]);
|
finish(prompts.map(() => ""));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user