fixed #8840 - polyfill support for unsafe DH groups

This commit is contained in:
Eugene
2023-08-25 22:55:51 +02:00
parent 85d988f6b3
commit f963167b70
4 changed files with 46 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
"@types/node": "20.3.1",
"@types/ssh2": "^0.5.46",
"ansi-colors": "^4.1.1",
"diffie-hellman": "^5.0.3",
"sshpk": "Eugeny/node-sshpk#c2b71d1243714d2daf0988f84c3323d180817136",
"strip-ansi": "^7.0.0"
},