We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a78228 commit 6abb476Copy full SHA for 6abb476
lib/tunnel.js
@@ -802,6 +802,13 @@ function addArguments_(self, fnCallback) {
802
binaryArgs.push(value)
803
}
804
break;
805
+
806
+ case 'maxsshconnections':
807
+ if (value) {
808
+ binaryArgs.push('--maxSSHConnections');
809
+ binaryArgs.push(value)
810
+ }
811
+ break;
812
813
814
if (binaryArgs.indexOf('--controller') === -1) {
0 commit comments