22:45:53 Unable to negotiate with 205.xxx.xxx.xxx port 45045: no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
22:45:53 Abnormal Disconnect
22:45:53 Connection failed, retry after 3s…
22:45:55 Disconnected
I tried to install Core Helper in version 4.6 but it has an error. according to the print
After a few attempts, I managed to install Core Helper.
I enabled the same but the connection error continued.
I ran the command:
ssh -o -vvv ExitOnForwardFailure = yes -o ServerAliveInterval = 15 -o ServerAliveCountMax = 3 -p 45045 tnd_admin@xxx.xxx.com.br
However, it failed because it did not recognize the parameter - vvv
or execute the same command without the -vvv parameter I was successful in connecting via terminal
I found it strange that even after installation, no files were created in the / Library / LaunchAgents / folder for the core helper
Core Helper agent configuration was installed to ~/Library/LaunchAgents/, not /Library/LaunchAgents/
Well, I think I've found the problem: the codebase of OpenSSH shipped by Core Shell has been upgraded to version 8.3, the diffie-hellman-group*-sha1 algorithms were deprecated and disabled by default.
Please edit your profile settings, and set HostKeyAlgorithms to +diffie-hellman-group1-sha1: