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

    Interface TunnelInfo

    interface TunnelInfo {
        active: boolean;
        createdAt: number;
        id: string;
        localHost: string;
        localPort: number;
        remoteHost: string;
        remotePort: number;
        sessionId: string;
        type: TunnelType;
    }
    Index

    Properties

    active: boolean
    createdAt: number
    id: string
    localHost: string
    localPort: number
    remoteHost: string
    remotePort: number
    sessionId: string