ssh2-promise
Version:
Promise wrapper around SSH2 library
20 lines (19 loc) • 396 B
text/typescript
let Constants = {
"CHANNEL": {
SSH: "ssh",
TUNNEL: "tunnel",
X11: "x11"
},
"STATUS": {
BEFORECONNECT: "beforeconnect",
CONNECT: "connect",
BEFOREDISCONNECT: "beforedisconnect",
DISCONNECT: "disconnect"
},
"HOPPINGTOOL": {
NETCAT: 'nc',
SOCAT: 'socat',
NATIVE: 'native'
}
}
export = Constants