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

    Interface SessionInfo

    SSH session information

    interface SessionInfo {
        createdAt: number;
        expiresAt: number;
        host: string;
        hostKeyPolicy: HostKeyPolicy;
        lastUsed: number;
        policyMode: PolicyMode;
        port: number;
        sessionId: string;
        username: string;
    }
    Index

    Properties

    createdAt: number
    expiresAt: number
    host: string
    hostKeyPolicy: HostKeyPolicy
    lastUsed: number
    policyMode: PolicyMode
    port: number
    sessionId: string
    username: string