nscale-util
Advanced tools
Comparing version 0.11.2 to 0.12.0
@@ -51,8 +51,9 @@ /* | ||
var w = accumulator(); | ||
var opts = ' -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -o batchMode=yes -o StrictHostKeyChecking=no -T ' + user + '@' + host + ' true'; | ||
if (keyPath) { | ||
cmd = 'ssh -i ' + keyPath + ' -o batchMode=yes -o StrictHostKeyChecking=no -T ' + user + '@' + host + ' true'; | ||
cmd = 'ssh -i ' + keyPath + opts; | ||
} | ||
else { | ||
cmd = 'ssh -o batchMode=yes -o StrictHostKeyChecking=no -T ' + user + '@' + host + ' true'; | ||
cmd = 'ssh ' + opts; | ||
} | ||
@@ -59,0 +60,0 @@ logger.info('sshcheck: ' + cmd); |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.11.2", | ||
"version": "0.12.0", | ||
"license": "Artistic License 2.0", | ||
@@ -13,0 +13,0 @@ "author": "Peter Elger (http://nearform.com/)", |
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
44220
857