interface SSH {
    config: SSHConfig;
    connection: NodeSSH;
}

Properties

Properties

config: SSHConfig
connection: NodeSSH

Generated using TypeDoc