Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 352796

Summary: Can't SSH in to dev and git.eclipse.org
Product: Community Reporter: Simon Kaegi <simon_kaegi>
Component: ServersAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Simon Kaegi CLA 2011-07-21 14:27:29 EDT
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
Comment 1 Eclipse Webmaster CLA 2011-07-21 15:58:24 EDT
I've removed the block.

-M.