Skip to main content

OnlineSupport4u

ssh_exchange_identification: Connection closed by remote host

By PrasadNaik
June 21, 2017

Was getting error while trying to SSH  to one of  the server on port 22 ssh_exchange_identification: Connection closed by remote host The issue is due to too many excessive connections on port 22 You can fix it by below change  in SSH config  MaxStartups variable in /etc/ssh/sshd_config to , port 2222 or any port you […]

Read More