I am having issues with committing changes to my gear. I have tried to run rhc setup, I also deleted my .ssh folder and executed rhc setup again but that also didnt work.
The following answer might be helpful. Add GSSAPIAuthentication no into .ssh/config
GSSAPIAuthentication no
.ssh/config
$ cat .ssh/config Host * ServerAliveInterval 240 GSSAPIAuthentication no