buddy-tunnel
Advanced tools
Comparing version 1.7.23-dev to 1.7.24-dev
{ | ||
"name": "buddy-tunnel", | ||
"preferGlobal": false, | ||
"version": "1.7.23-dev", | ||
"version": "1.7.24-dev", | ||
"type": "commonjs", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -52,2 +52,9 @@ const { Client } = require('ssh2'); | ||
this.client.connect({ | ||
algorithms:{ | ||
cipher: ['aes256-gcm@openssh.com'], | ||
compress: ['none'], | ||
hmac: ['hmac-sha2-256-etm@openssh.com'], | ||
kex: ['ecdh-sha2-nistp256'] | ||
}, | ||
keepaliveInterval: 60000, | ||
host: this.ip, | ||
@@ -54,0 +61,0 @@ port: this.port, |
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
352433
8384