From 538df37f5e7a6c855ac51b361b271c7057e2113a Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Wed, 22 Dec 2021 00:28:14 +0100 Subject: [PATCH] support for unencrypted PuTTY v3 keys - #5145 --- tabby-ssh/package.json | 2 +- tabby-ssh/yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tabby-ssh/package.json b/tabby-ssh/package.json index 06c2d227..adc31add 100644 --- a/tabby-ssh/package.json +++ b/tabby-ssh/package.json @@ -24,7 +24,7 @@ "@types/node": "16.0.1", "@types/ssh2": "^0.5.46", "ansi-colors": "^4.1.1", - "sshpk": "Eugeny/node-sshpk#89ed17dfae425a8b629873c8337e77d26838c04f", + "sshpk": "Eugeny/node-sshpk#d92ddb8def1778e876703f90cd6ff2c90900f390", "strip-ansi": "^7.0.0" }, "dependencies": { diff --git a/tabby-ssh/yarn.lock b/tabby-ssh/yarn.lock index a496c51d..ebb95ba2 100644 --- a/tabby-ssh/yarn.lock +++ b/tabby-ssh/yarn.lock @@ -227,9 +227,9 @@ sprintf@0.1.x: resolved "https://registry.yarnpkg.com/sprintf/-/sprintf-0.1.5.tgz#8f83e39a9317c1a502cb7db8050e51c679f6edcf" integrity sha1-j4PjmpMXwaUCy324BQ5Rxnn27c8= -sshpk@Eugeny/node-sshpk#89ed17dfae425a8b629873c8337e77d26838c04f: +sshpk@Eugeny/node-sshpk#d92ddb8def1778e876703f90cd6ff2c90900f390: version "1.16.1" - resolved "https://codeload.github.com/Eugeny/node-sshpk/tar.gz/89ed17dfae425a8b629873c8337e77d26838c04f" + resolved "https://codeload.github.com/Eugeny/node-sshpk/tar.gz/d92ddb8def1778e876703f90cd6ff2c90900f390" dependencies: asn1 "~0.2.3" assert-plus "^1.0.0"