@truenas/api-client
    Preparing search index...

    Interface SSHUpdate

    interface SSHUpdate {
        bindiface?: string[];
        compression?: boolean;
        kerberosauth?: boolean;
        options?: string;
        password_login_groups?: string[];
        passwordauth?: boolean;
        sftp_log_facility?:
            | ""
            | "USER"
            | "DAEMON"
            | "AUTH"
            | "LOCAL0"
            | "LOCAL1"
            | "LOCAL2"
            | "LOCAL3"
            | "LOCAL4"
            | "LOCAL5"
            | "LOCAL6"
            | "LOCAL7";
        sftp_log_level?: | ""
        | "ERROR"
        | "INFO"
        | "DEBUG"
        | "QUIET"
        | "FATAL"
        | "VERBOSE"
        | "DEBUG2"
        | "DEBUG3";
        tcpfwd?: boolean;
        tcpport?: number;
        weak_ciphers?: ("NONE" | "AES128-CBC")[];
    }
    Index
    bindiface?: string[]
    compression?: boolean
    kerberosauth?: boolean
    options?: string
    password_login_groups?: string[]
    passwordauth?: boolean
    sftp_log_facility?:
        | ""
        | "USER"
        | "DAEMON"
        | "AUTH"
        | "LOCAL0"
        | "LOCAL1"
        | "LOCAL2"
        | "LOCAL3"
        | "LOCAL4"
        | "LOCAL5"
        | "LOCAL6"
        | "LOCAL7"
    sftp_log_level?:
        | ""
        | "ERROR"
        | "INFO"
        | "DEBUG"
        | "QUIET"
        | "FATAL"
        | "VERBOSE"
        | "DEBUG2"
        | "DEBUG3"
    tcpfwd?: boolean
    tcpport?: number
    weak_ciphers?: ("NONE" | "AES128-CBC")[]