Access to Aliyun ECS over bastion host have an error happens

When I access to Aliyun ECS over bastion host show these errors. this situation never happens before 3.6.1
4

It's very likely caused by OpenSSH 8.8 potentially-incompatible changes:

Incompatibility is more likely when connecting to older SSH
implementations that have not been upgraded or have not closely tracked
improvements in the SSH protocol. For these cases, it may be necessary
to selectively re-enable RSA/SHA1 to allow connection and/or user
authentication via the HostkeyAlgorithms and PubkeyAcceptedAlgorithms
options.

Please try set HostkeyAlgorithms to +ssh-rsa and PubkeyAcceptedAlgorithms to +ssh-rsa in advanced options in Settings of the profile.

If you still face this issue, please set Log Level to DEBUG3 and send me a copy of desensitized connection log.

Kindly Regards,

Yang

Add ssh-rsa to HostkeyAlgorithms and PubkeyAcceptedAlgorithms is work! thank you!

1 Like