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

    Interface SSHEntry

    interface SSHEntry {
        bindiface: string[];
        compression: boolean;
        host_dsa_key: string | null;
        host_dsa_key_cert_pub: string | null;
        host_dsa_key_pub: string | null;
        host_ecdsa_key: string | null;
        host_ecdsa_key_cert_pub: string | null;
        host_ecdsa_key_pub: string | null;
        host_ed25519_key: string | null;
        host_ed25519_key_cert_pub: string | null;
        host_ed25519_key_pub: string | null;
        host_key: string | null;
        host_key_pub: string | null;
        host_rsa_key: string | null;
        host_rsa_key_cert_pub: string | null;
        host_rsa_key_pub: string | null;
        id: number;
        kerberosauth: boolean;
        options: string;
        password_login_groups: string[];
        passwordauth: boolean;
        privatekey: string;
        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
    host_dsa_key: string | null
    host_dsa_key_cert_pub: string | null
    host_dsa_key_pub: string | null
    host_ecdsa_key: string | null
    host_ecdsa_key_cert_pub: string | null
    host_ecdsa_key_pub: string | null
    host_ed25519_key: string | null
    host_ed25519_key_cert_pub: string | null
    host_ed25519_key_pub: string | null
    host_key: string | null
    host_key_pub: string | null
    host_rsa_key: string | null
    host_rsa_key_cert_pub: string | null
    host_rsa_key_pub: string | null
    id: number
    kerberosauth: boolean
    options: string
    password_login_groups: string[]
    passwordauth: boolean
    privatekey: string
    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")[]