Comparing version 2.0.3 to 2.0.4
@@ -31,3 +31,3 @@ 'use strict'; | ||
* @param {boolean} [opts.compression] use compression | ||
* @param {number} [opts.inactivityTimeout] inactivity timeout (including keep-alive pings) | ||
* @param {number} [opts.inactivityTimeout] inactivity timeout (including keep-alive pings, may degrade performance) | ||
*/ | ||
@@ -169,3 +169,4 @@ __constructor: function (opts) { | ||
'-N', | ||
'-v', | ||
// heartbeat messages existence is logged to debug3 (penSSH_7.9p1, LibreSSL 2.7.3, macOC Catalina) | ||
this._activityWatcher ? '-vvv' : '-v', | ||
this._strictHostKeyChecking === false ? '-o StrictHostKeyChecking=no' : '', | ||
@@ -172,0 +173,0 @@ this._compression !== undefined ? |
{ | ||
"name": "ssh-tun", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Module for establishing ssh tunnel", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24658
512