Community
Participate
Working Groups
I noticed I couldn't do any of my regular git commands without timing out so dug a bit deeper. When I SSH I get the following: $ ssh -v -T skaegi@git.eclipse.org OpenSSH_5.8p1, OpenSSL 0.9.8r 8 Feb 2011 debug1: Connecting to git.eclipse.org [206.191.52.44] port 22. debug1: connect to address 206.191.52.44 port 22: Connection timed out ssh: connect to host git.eclipse.org port 22: Connection timed out $ ssh -v -T skaegi@dev.eclipse.org OpenSSH_5.8p1, OpenSSL 0.9.8r 8 Feb 2011 debug1: Connecting to dev.eclipse.org [206.191.52.50] port 22. debug1: Connection established. debug1: identity file /home/skaegi/.ssh/id_rsa type 1 debug1: identity file /home/skaegi/.ssh/id_rsa-cert type -1 debug1: identity file /home/skaegi/.ssh/id_dsa type -1 debug1: identity file /home/skaegi/.ssh/id_dsa-cert type -1 debug1: identity file /home/skaegi/.ssh/id_ecdsa type -1 debug1: identity file /home/skaegi/.ssh/id_ecdsa-cert type -1 ssh_exchange_identification: read: Connection reset by peer -- I can ssh to github successfully so suspect I'm locked out. whatismyip.org reports me as -- 74.198.165.36
I've removed the block. -M.