You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the host key they use by default is one that this library does not support. Who's at fault here? I'd really be surprised if AWS are using by default something that is antique or deprecated.
Relevant log entry:
{
"activity-type": "KEX_FAILURE",
"source-ip": "XXX.XXX.XXX.XXX",
"resource-arn": "XXXXXXX",
"message": "no matching host key type found",
"kex": "ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-rsa,ssh-dss"
}
The private key being used is an ED25519 one.
The text was updated successfully, but these errors were encountered:
kikaragyozov
changed the title
SSH.NET does not work for AWS hosted sftp servers
SSH.NET does not work for AWS hosted SFTP servers using SFTP protocol
Oct 9, 2023
Similar issue related to this: #1002
It seems the host key they use by default is one that this library does not support. Who's at fault here? I'd really be surprised if AWS are using by default something that is antique or deprecated.
Relevant log entry:
The private key being used is an ED25519 one.
The text was updated successfully, but these errors were encountered: