Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 352796 - Can't SSH in to dev and git.eclipse.org
Summary: Can't SSH in to dev and git.eclipse.org
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Servers (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-21 14:27 EDT by Simon Kaegi CLA
Modified: 2011-07-21 15:58 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.