VSCode-Logger API - v1.7.3
    Preparing search index...

    Interface BastionConfig

    interface BastionConfig {
        host: string;
        hostFingerprint?: string;
        password?: string;
        port?: number;
        privateKeyPassphrase?: string;
        privateKeyPath?: string;
        username: string;
    }
    Index

    Properties

    host: string
    hostFingerprint?: string
    password?: string
    port?: number
    privateKeyPassphrase?: string
    privateKeyPath?: string
    username: string