Interface SSHCommandReq

interface SSHCommandReq {
    Command: string;
    Hostname: string;
    Keytab: Buffer;
    Krb5Conf: string;
    Password: string;
    Port: number;
    PrivKey: Buffer;
    Realm: string;
    Request?: commonpb.Request;
    Username: string;
}

Properties

Command: string
Hostname: string
Keytab: Buffer
Krb5Conf: string
Password: string
Port: number
PrivKey: Buffer
Realm: string
Request?: commonpb.Request
Username: string