Would it be possible for you to confirm if you're consistently experiencing the issue? same problem is here I also got same error . Check the logs on the VMware guest(s) for reasons why the SSH server is hanging up on you. The way I configuration the SSH keySSHGitHub ssh -vT git@github.com. What are some tools or methods I can purchase to trace a water leak? I've just had this exact issue, and the cause was that I had a port translation happening internally to the load balancer, meaning that my ssh connections were reaching the host on port 80 instead of port 22. Check the logs on the VMware guest (s) for reasons why the SSH server is hanging up on you. and the repository exists.>. 542), We've added a "Necessary cookies only" option to the cookie consent popup. but somehow repeated again and again.. Linux is a registered trademark of Linus Torvalds. If you have a different question, you can ask it by clicking, I had this happen after I updated to FreeBSD 13.1; for me, reinstalling. In OpenSSH source code, kex_exchange_identification is a function to exchange server and client identification (duh), and the specified error happened if the socket connection between OpenSSH server and client is interrupted ( see EPIPE ), i.e. You must be a registered user to add a comment. Something tells me there's an error connecting to Github itself but I wouldn't know, I'm learning so don't make the answers too complicated, Please make sure you have the correct access rights. Your answer could be improved with additional supporting information. git - Getting kex_exchange_identification prompt with ssh to github - Stack Overflow Getting the following message with git pull: $ git pull kex_exchange_identification: Connection closed by remote host Connection closed by 20.205.243.166 port 22 fatal: Could not read from remote Stack Overflow About Products For Teams Asking for help, clarification, or responding to other answers. How do you push a tag to a remote repository using Git? Was Galileo expecting to see so many stars? After trying few solutions from the internet without success, I just tried git init and it worked for me. I haven't found conclusive answers about that, so time to browse the source then. We will check and let you know the status as earliest as possible. Is email scraping still a thing for spammers, Meaning of a quantum field given by an operator-valued distribution. Thanks for contributing an answer to Unix & Linux Stack Exchange! You either know or don't, I appreciate this will not apply to everyone, which is why I say it may be a different set up. Do git-init. Unable to read from monitor: Connection reset by peer. So they suggested to connect with git using HTTPS instead of SSH. Please make sure you have the correct access rights and the repository exists. The command "git pull upstream main" causes the following error