Merged in feature/IO-2520-Kaizen-Data-Pump (pull request #1153)

IO-2520 Add in Server Key format
This commit is contained in:
Allan Carr
2024-01-13 00:24:19 +00:00

View File

@@ -29,7 +29,7 @@ const ftpSetup = {
password: process.env.KAIZEN_PASSWORD,
debug: (message, ...data) => logger.log(message, "DEBUG", "api", null, data),
algorithms: {
serverHostKey: ["ssh-rsa", "ssh-dss"],
serverHostKey: ["ssh-rsa", "ssh-dss", "rsa-sha2-256", "rsa-sha2-512", "ecdsa-sha2-nistp256", "ecdsa-sha2-nistp384"],
},
};