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

    Interface ConnectConfig

    interface ConnectConfig {
        host: string;
        hostHash?: string;
        hostVerifier?: (key: string | Buffer<ArrayBufferLike>) => boolean;
        passphrase?: string;
        password?: string;
        port?: number;
        privateKey?: string | Buffer<ArrayBufferLike>;
        username: string;
    }
    Index

    Properties

    host: string
    hostHash?: string
    hostVerifier?: (key: string | Buffer<ArrayBufferLike>) => boolean
    passphrase?: string
    password?: string
    port?: number
    privateKey?: string | Buffer<ArrayBufferLike>
    username: string