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

    Interface SetupSSHConnectionManualSetup

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