Core Shell 3.6 does not work after upgrade. Abnormal disconnect

Equivalent Command: ssh -i "/Users/alexander.fedorov/Library/Group Containers/E78WKS7W4U.io.coressh.ssh/.ssh/privatekey/privatekey.pem" -o ServerAliveInterval=15 -o ExitOnForwardFailure=yes -o ServerAliveCountMax=3 -p 22228 root@192.168.1.53

16:10:35 Connecting…

16:10:35 Using Embeded Helper 3.6.1 (r3386)

16:10:36 Authenticating…

16:10:36 Unable to negotiate with 192.168.1.53 port 22228: no matching host key type found. Their offer: ssh-rsa,ssh-dss

16:10:36 Abnormal Disconnect

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

It works now. Thank you so much

1 Like