public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* gcc cvs access via ssh
@ 2005-04-25  0:39 bud davis
  2005-04-25  1:26 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: bud davis @ 2005-04-25  0:39 UTC (permalink / raw)
  To: overseers

hi,

after a new OS install i can't access cvs for gcc.

here is the error messages:

[bdavis@localhost ~/gfc]$ cvs -z9 co gccc
The authenticity of host 'gcc.gnu.org (12.107.209.250)' can't be
established.
RSA key fingerprint is 1d:1e:46:7f:4d:73:8d:10:20:c3:4c:5a:34:14:44:23.
Are you sure you want to continue connecting (yes/no)? cvs [checkout
aborted]: received interrupt signal
[bdavis@localhost ~/gfc]$ cvs -z9 co gcc
The authenticity of host 'gcc.gnu.org (12.107.209.250)' can't be
established.
RSA key fingerprint is 1d:1e:46:7f:4d:73:8d:10:20:c3:4c:5a:34:14:44:23.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'gcc.gnu.org,12.107.209.250' (RSA) to the
list of known hosts.
Permission denied (publickey,keyboard-interactive).
cvs [checkout aborted]: end of file from server (consult above messages
if any)
[bdavis@localhost ~/gfc]$ echo CVSROOT
CVSROOT
[bdavis@localhost ~/gfc]$ echo $CVSROOT
:ext:bdavis@gcc.gnu.org:/cvsroot/gcc


TIA,
bud davis

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

* Re: gcc cvs access via ssh
  2005-04-25  0:39 gcc cvs access via ssh bud davis
@ 2005-04-25  1:26 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2005-04-25  1:26 UTC (permalink / raw)
  To: bud davis; +Cc: overseers

bud davis <bdavis9659@comcast.net> writes:

> after a new OS install i can't access cvs for gcc.
> 
> here is the error messages:
> 
> [bdavis@localhost ~/gfc]$ cvs -z9 co gccc
> The authenticity of host 'gcc.gnu.org (12.107.209.250)' can't be
> established.
> RSA key fingerprint is 1d:1e:46:7f:4d:73:8d:10:20:c3:4c:5a:34:14:44:23.
> Are you sure you want to continue connecting (yes/no)? cvs [checkout
> aborted]: received interrupt signal
> [bdavis@localhost ~/gfc]$ cvs -z9 co gcc
> The authenticity of host 'gcc.gnu.org (12.107.209.250)' can't be
> established.
> RSA key fingerprint is 1d:1e:46:7f:4d:73:8d:10:20:c3:4c:5a:34:14:44:23.
> Are you sure you want to continue connecting (yes/no)? yes
> Warning: Permanently added 'gcc.gnu.org,12.107.209.250' (RSA) to the
> list of known hosts.
> Permission denied (publickey,keyboard-interactive).
> cvs [checkout aborted]: end of file from server (consult above messages
> if any)
> [bdavis@localhost ~/gfc]$ echo CVSROOT
> CVSROOT
> [bdavis@localhost ~/gfc]$ echo $CVSROOT
> :ext:bdavis@gcc.gnu.org:/cvsroot/gcc

I note that your .ssh/known_hosts file changed.  Do you still have
your private SSH keys?

I note that your authorized SSH key on gcc.gnu.org is a v1 RSA key.
You may need to put something like this in your .ssh/config file:

host gcc.gnu.org
  protocol 1

Ian

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

end of thread, other threads:[~2005-04-25  1:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-25  0:39 gcc cvs access via ssh bud davis
2005-04-25  1:26 ` Ian Lance Taylor

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).