@thimal/ssh2-promise
Version:
Promise wrapper around SSH2 library
17 lines (16 loc) • 404 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
"CHANNEL": {
SSH: "ssh",
TUNNEL: "tunnel",
X11: "x11"
},
"STATUS": {
BEFORECONNECT: "beforeconnect",
CONNECT: "connect",
BEFOREDISCONNECT: "beforedisconnect",
DISCONNECT: "disconnect",
CONTINUE: "continue"
}
};