UNPKG

ssh2-promise

Version:
21 lines (20 loc) 420 B
"use strict"; 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' } }; module.exports = Constants;