Using ssh2 via Azure pipelines and failing to connect to an ssh server that only has `KexAlgorithms sntrup761x25519-sha512@openssh.com` The version used is https://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/CopyFilesOverSSHV0/package.json#L26 ``` "ssh2": "^1.15.0", "ssh2-sftp-client": "^12.0.1" ``` Is this expected, or does Microsoft need to update ssh2? I was not able to find any hints.
Using ssh2 via Azure pipelines and failing to connect to an ssh server that only has
KexAlgorithms sntrup761x25519-sha512@openssh.comThe version used is https://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/CopyFilesOverSSHV0/package.json#L26
Is this expected, or does Microsoft need to update ssh2? I was not able to find any hints.