nsuite - v1.0.1
    Preparing search index...

    Interface ParamsConnect

    interface ParamsConnect {
        host: string;
        password: string;
        port: number;
        ssh: NodeSSH;
        username: string;
    }
    Index
    host: string
    password: string
    port: number
    ssh: NodeSSH
    username: string