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

    Interface SSHCredentials

    interface SSHCredentials {
        connect_timeout?: number;
        host: string;
        port?: number;
        private_key: number;
        remote_host_key: string;
        username?: string;
    }
    Index
    connect_timeout?: number
    host: string
    port?: number
    private_key: number
    remote_host_key: string
    username?: string