There may be a software version problem:
two solutions:
Solution 1. upgrade SecureCRT to the latest version, or use other connection tools
Solution 2. modify the server to make it compatible with the algorithm of the old system
after logging in to the server, use the following command in the server
vi /etc/ssh/sshd_config
#add the following text
KexAlgorithms [email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
#restart ssh
systemctl restart sshd.service
Read More:
- [Solved] Rsync synchronization Error: @ERROR: Unknown module xxx
- Nacos Error: server is DOWN now, please try again later! [How to Solve]
- [Solved] ClickHouse Start Error: Run under ‘sudo -u clickhouse‘
- [Solved] Docker Error: got permission denied while trying to connect to the docker daemon socket at…
- AIX 11G Rac Startup Error: CLSU-00100,CLSU-00101,CLSU-00103,CLSU-00104,CRS-4000
- Docker service startup error: Job for docker.service failed because the control process exited with error code.
- org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘globalTransa
- How to Solve Clickhouse restart error: Cannot obtain value of path from config file…
- [Solved] Rabbitmq Server Error: unable to perform an operation on node ‘[email protected]‘. P
- [Solved] SecureCRT error: keyboard-interactive authentication with the ssh2 server failed
- [Solved] curl error while loading shared libraries libcrypto.so.1.0.0
- [Solved] ERROR A malformed block was encountered while loading a block
- Node Kubelet Error: node “xxxxx“ not found [How to Solve]
- [Solved] kubelet Startup Error: cannot find network namespace for the terminated container
- [Solved] Error(22) WARNING: IPv4 forwarding is disabled. Networking will not work.
- [Solved] Playbook Start Nginx Error: Unable to start service nginx: Job for nginx.service fd with error code
- The problem of using GB2312 encoding in .NET Core to report errors
- How to Fix Webpack run error webpack dev server
- [Solved] “Failed to run kubelet“ err=“failed to run Kubelet: misconfiguration: kubelet cgroup driver: \“cgrou