UNPKG
@thimal/ssh2-promise
Version:
latest (0.1.9)
0.1.9
0.1.8
0.1.7
Promise wrapper around SSH2 library
github.com/sanketbajoria/ssh2-promise
sanketbajoria/ssh2-promise
@thimal/ssh2-promise
/
src
/
sshConstants.ts
14 lines
•
319 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
default
{
"CHANNEL"
: { SSH:
"ssh"
, TUNNEL:
"tunnel"
, X11:
"x11"
},
"STATUS"
: { BEFORECONNECT:
"beforeconnect"
, CONNECT:
"connect"
, BEFOREDISCONNECT:
"beforedisconnect"
, DISCONNECT:
"disconnect"
, CONTINUE:
"continue"
} }