ssh-mcp-pro API - v1.1.2
    Preparing search index...

    Interface AuthConfig

    Authentication configuration for SSH connections

    interface AuthConfig {
        passphrase?: string;
        password?: string;
        privateKey?: string;
        privateKeyPath?: string;
        useAgent?: boolean;
    }
    Index

    Properties

    passphrase?: string
    password?: string
    privateKey?: string
    privateKeyPath?: string
    useAgent?: boolean