@tikoci/centrs
    Preparing search index...

    Interface TerminalRequest

    interface TerminalRequest {
        cdbFile?: string;
        cdbPassword?: string;
        format?: string;
        host?: string;
        insecure?: boolean;
        password?: string;
        port?: number;
        resolve?: string;
        sourceMac?: string;
        sshKey?: string;
        targetInput?: string;
        username?: string;
        verbose?: boolean;
        via?: string;
    }
    Index

    Properties

    cdbFile?: string
    cdbPassword?: string
    format?: string
    host?: string

    UDP delivery host override (defaults to the L2 broadcast route discovery).

    insecure?: boolean

    --via ssh: disable SSH host-key verification (accepts changed keys).

    password?: string
    port?: number

    UDP delivery port override (defaults to 20561).

    resolve?: string

    MAC→IP resolution policy for the IP transport (--via ssh): none (default; CDB-first, then error) or arp (opt into host ARP). Ignored by the L2 default (mac-telnet), which addresses the MAC directly.

    sourceMac?: string

    Explicit in-packet source MAC (overrides egress-MAC resolution; mac-telnet).

    sshKey?: string

    --via ssh: private-key path (path only; agent / ~/.ssh used if unset).

    targetInput?: string

    Device handle: a MAC (resolves to the L2 console over mac-telnet), or a host / IP / CDB identity (the IP-level console over ssh).

    username?: string
    verbose?: boolean
    via?: string

    Transport. Defaults to mac-telnet for a MAC target and ssh for any other (host / IP / CDB identity); rest/native have no terminal capability.