The OpenSSH process terminated unexpectedly

new update to core tunnel 3.6.

core tunnel failed connect to server, but Equivalent Command works fine.

ssh -N -i "/Users/kaidan/Library/Group Containers/E78WKS7W4U.io.coressh.ssh/.ssh/privatekey/id_rsa" -L 9090:localhost:9090 -L 5901:localhost:5901 -L 5432:localhost:5432 -L 3389:localhost:3389 -L 9000:localhost:9000 -o ExitOnForwardFailure=yes -o ServerAliveInterval=15 -o ServerAliveCountMax=3 -p 2522 kaidan@10.0.0.7

Version 3.6 contains a critical bug, a hot-fix version is on its way.

For now, please install and enable Core Helper to avoid this problem.

Kindly Regards,

Yang

Thank you! Problem solved.

1 Like

I currently installed the latest version, also installed Core Helper and enabled, but it still doesn’t work properly, the display content: abnormal disconnection

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

OK, it's caused by this reason. It has been solved. Thank you

1 Like