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
/
dist
/
TunnelConfig.d.ts
8 lines
(7 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
TunnelConfig
{
remoteAddr
?:
string
;
localPort
?:
number
;
remotePort
?:
number
;
socks
?:
boolean
;
name
?:
string
; }