SSH GIT "client_loop: send disconnect: Connection aborted"
$ ssh git-codecommit.us-east-2.amazonaws.com
Warning: Permanently added the RSA host key for IP address '52.95.17.51' to the list of known hosts.
client_loop: send disconnect: Connection aborted
Solution:
This can be cause by a low connection. Try increasing the timeout in your ~/.ssh/config file
Host git-codecommit.*.amazonaws.com
User ABKAUNZRXIY7XGYO6KYX
IdentityFile ~/.ssh/id_rsa
TCPKeepAlive yes
ServerAliveInterval 60
ServerAliveCountMax 100