feat: support ssh challenge-response
This commit is contained in:
@@ -379,7 +379,8 @@ export type AccessConfigForSlackBot = {
|
||||
export type AccessConfigForSSH = {
|
||||
host: string;
|
||||
port: number;
|
||||
username: string;
|
||||
authMethod?: string;
|
||||
username?: string;
|
||||
password?: string;
|
||||
key?: string;
|
||||
keyPassphrase?: string;
|
||||
|
||||
Reference in New Issue
Block a user