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

    Interface KeychainCredentialRemoteSSHSemiautomaticSetup

    interface KeychainCredentialRemoteSSHSemiautomaticSetup {
        admin_username?: string;
        connect_timeout?: number;
        name: string;
        otp_token?: string | null;
        password?: string | null;
        private_key: number;
        sudo?: boolean;
        token?: string | null;
        url: string;
        username?: string;
        verify_ssl?: boolean;
    }
    Index
    admin_username?: string
    connect_timeout?: number
    name: string
    otp_token?: string | null
    password?: string | null
    private_key: number
    sudo?: boolean
    token?: string | null
    url: string
    username?: string
    verify_ssl?: boolean