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

    Interface SetupSSHConnectionManual

    interface SetupSSHConnectionManual {
        connection_name: string;
        manual_setup: v25_10_0.SetupSSHConnectionManualSetup;
        private_key:
            | v25_10_0.KeychainCredentialSetupSSHConnectionKeyExisting
            | v25_10_0.KeychainCredentialSetupSSHConnectionKeyNew;
        setup_type?: "MANUAL";
    }
    Index
    connection_name: string
    setup_type?: "MANUAL"