Skip to content

Commit 6abb476

Browse files
Pawan RaiPawan Rai
authored andcommitted
feat - added maxsshconnections flag
1 parent 1a78228 commit 6abb476

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/tunnel.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,13 @@ function addArguments_(self, fnCallback) {
802802
binaryArgs.push(value)
803803
}
804804
break;
805+
806+
case 'maxsshconnections':
807+
if (value) {
808+
binaryArgs.push('--maxSSHConnections');
809+
binaryArgs.push(value)
810+
}
811+
break;
805812
}
806813
}
807814
if (binaryArgs.indexOf('--controller') === -1) {

0 commit comments

Comments
 (0)