public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* ssh access on sourceware.rog
@ 2008-04-08  6:12 M R Swami Reddy
  2008-04-08 13:57 ` Jonathan Larmour
  0 siblings, 1 reply; 3+ messages in thread
From: M R Swami Reddy @ 2008-04-08  6:12 UTC (permalink / raw)
  To: overseers

Hello,

I have an account (ie login name: swami) with sourceware.org for accessing the
gdb source repository. But, I failed to connect the sourceware.org with below
cvs command:

 > cvs -d :ext:swami@sourceware.org:/cvs/src co gdb
   sourceware.org:   connection timedout.

Is my machine's IP address need to include in sourcewre.org's allow list?

Could you please help me in this issue.

Thanks in advance.

PS: 1. "ping sourceware.org" command is  working
     2. I am able to checked-out the sources using the "anoncvs" login with
        below command:
        > cvs -z9 -d :pserver:anoncvs@sourceware.org:/cvs/src co gdb

Thanks,
Swami

Thanks,
Swami

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ssh access on sourceware.rog
  2008-04-08  6:12 ssh access on sourceware.rog M R Swami Reddy
@ 2008-04-08 13:57 ` Jonathan Larmour
  2008-04-09 10:45   ` M R Swami Reddy
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Larmour @ 2008-04-08 13:57 UTC (permalink / raw)
  To: M R Swami Reddy; +Cc: overseers

M R Swami Reddy wrote:
> 
> I have an account (ie login name: swami) with sourceware.org for
> accessing the
> gdb source repository. But, I failed to connect the sourceware.org with
> below
> cvs command:
> 
>> cvs -d :ext:swami@sourceware.org:/cvs/src co gdb
>   sourceware.org:   connection timedout.

Have you set CVS_RSH=ssh in your environment? i.e.
export CVS_RSH=ssh
if using bash.

Otherwise, is there any chance you have your own firewall that filters
outgoing connections?

You can test basic connectivity with ssh by running:
telnet sourceware.org 22

You should see:
$ telnet sourceware.org 22
Trying 209.132.176.174...
Connected to sourceware.org (209.132.176.174).
Escape character is '^]'.
SSH-1.99-OpenSSH_3.9p1


Jifl
-- 
eCosCentric Limited      http://www.eCosCentric.com/     The eCos experts
 **  Visit us at ESC Silicon Valley <http://www.embedded.com/esc/sv>  **
 **  April 15-17 2008, Booth 3012, San Jose McEnery Convention Center **
Barnwell House, Barnwell Drive, Cambridge, UK.       Tel: +44 1223 245571
Registered in England and Wales: Reg No 4422071.
------["Si fractum non sit, noli id reficere"]------       Opinions==mine

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ssh access on sourceware.rog
  2008-04-08 13:57 ` Jonathan Larmour
@ 2008-04-09 10:45   ` M R Swami Reddy
  0 siblings, 0 replies; 3+ messages in thread
From: M R Swami Reddy @ 2008-04-09 10:45 UTC (permalink / raw)
  To: Jonathan Larmour; +Cc: overseers

Hi,

Thank you very much for your kind response.

I updated ~/.ssh/config file with "Host sourceware.org". Now, I am able
checkout sources with write access.

Thanks,
Swami

Jonathan Larmour wrote:
> M R Swami Reddy wrote:
>> I have an account (ie login name: swami) with sourceware.org for
>> accessing the
>> gdb source repository. But, I failed to connect the sourceware.org with
>> below
>> cvs command:
>>
>>> cvs -d :ext:swami@sourceware.org:/cvs/src co gdb
>>   sourceware.org:   connection timedout.
> 
> Have you set CVS_RSH=ssh in your environment? i.e.
> export CVS_RSH=ssh
> if using bash.
> 
> Otherwise, is there any chance you have your own firewall that filters
> outgoing connections?
> 
> You can test basic connectivity with ssh by running:
> telnet sourceware.org 22
> 
> You should see:
> $ telnet sourceware.org 22
> Trying 209.132.176.174...
> Connected to sourceware.org (209.132.176.174).
> Escape character is '^]'.
> SSH-1.99-OpenSSH_3.9p1
> 
> 
> Jifl

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-04-09 10:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-08  6:12 ssh access on sourceware.rog M R Swami Reddy
2008-04-08 13:57 ` Jonathan Larmour
2008-04-09 10:45   ` M R Swami Reddy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).