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

    Interface TunnelConfig

    interface TunnelConfig {
        localHost?: string;
        localPort: number;
        remoteHost?: string;
        remotePort?: number;
        sessionId: string;
        type: TunnelType;
    }
    Index

    Properties

    localHost?: string
    localPort: number
    remoteHost?: string
    remotePort?: number
    sessionId: string