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

    Interface SSHSession

    SSH session with connection and optional SFTP client. Some targets expose command execution but do not provide the SFTP subsystem.

    interface SSHSession {
        connectionParams?: ConnectionParams;
        info: SessionInfo;
        osInfo?: OSInfo;
        sftp?: SFTPWrapper;
        ssh: NodeSSH;
    }
    Index

    Properties

    connectionParams?: ConnectionParams
    osInfo?: OSInfo
    sftp?: SFTPWrapper
    ssh: NodeSSH