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

    Interface PolicyConfig

    interface PolicyConfig {
        allowDestructiveCommands: boolean;
        allowDestructiveFs: boolean;
        allowedHosts: string[];
        allowRawSudo: boolean;
        allowRootLogin: boolean;
        commandAllow: string[];
        commandDeny: string[];
        localPathAllowPrefixes: string[];
        localPathDenyPrefixes: string[];
        mode: PolicyMode;
        pathAllowPrefixes: string[];
        pathDenyPrefixes: string[];
        tunnelAllowBindHosts: string[];
        tunnelAllowPorts: string[];
        tunnelAllowRemoteHosts: string[];
        tunnelDenyBindHosts: string[];
        tunnelDenyPorts: string[];
        tunnelDenyRemoteHosts: string[];
    }
    Index

    Properties

    allowDestructiveCommands: boolean
    allowDestructiveFs: boolean
    allowedHosts: string[]
    allowRawSudo: boolean
    allowRootLogin: boolean
    commandAllow: string[]
    commandDeny: string[]
    localPathAllowPrefixes: string[]
    localPathDenyPrefixes: string[]
    pathAllowPrefixes: string[]
    pathDenyPrefixes: string[]
    tunnelAllowBindHosts: string[]
    tunnelAllowPorts: string[]
    tunnelAllowRemoteHosts: string[]
    tunnelDenyBindHosts: string[]
    tunnelDenyPorts: string[]
    tunnelDenyRemoteHosts: string[]