I am trying to connect to the public.sigmadesigns.com site. Actually I was authorized to that server by sending my RSA Public key to it. But now when I try to do repo, I get:

Getting manifest ...
   from sigma@public.mipsandroid.com:mipsandroid/platform/manifest.git
ssh: connect to host public.mipsandroid.com port 22: Connection refused
ssh: connect to host public.mipsandroid.com port 22: Connection refused
fatal: The remote end hung up unexpectedly
fatal: cannot obtain manifest sigma@public.mipsandroid.com:mipsandroid/platform/manifest.git

Since I am inside a corporate proxy network, I would like to know if my access to this IP is open or not. How can I check this?

link|improve this question

57% accept rate
feedback

1 Answer

You can just test by doing an ssh to sdf.org. I just did, and it asked for authentication. If not, you will have to ask your IT department to open port 22.

link|improve this answer
1  
Creating an account is not necessary. Just run ssh in verbose mode, and if it establishes the connection and asks for authentication, then the firewall is open. – grawity Jun 27 '11 at 12:53
@grawity I did not think to check that sdf.org might be the name of their actual server they allow ssh to. – KCotreau Jun 27 '11 at 13:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.