[pooma-dev] SSH Configuration
Julian C. Cummings
cummings at linkline.com
Mon Oct 8 19:17:57 UTC 2001
Hi Mark,
I guess I should have checked this earlier, but I just
got around to attempting an update from the cvs repository,
and indeed, I no longer can access it. When I do
ssh -v -1 pooma at pooma.codesourcery.com
it tells me that the RSA1 host key has changed and is
unknown. Then it says I need to add the correct host
key to the known_hosts file to eliminate this problem.
I tried doing what Stephen suggested, setting CVS_RSH
to ssh1, and making a ssh1 script that just does "ssh -1 $@".
That seems to do the right thing when I run a cvs command,
but then I am being asked for the password for
pooma at pooma.codesourcery.com. It should not be asking
me for a password. You are supposed to have my identity.pub
file in the authorized_keys file on pooma.codesourcery.com.
I would have assumed that you just copied this file over
from the previous pooma.codesourcery.com machine, but maybe
it is not considered valid because the host has a new IP
address and/or RSA1 host key.
In any event, I am once again stuck not being able to access
the repository and hence do much useful Pooma work. Please
let me know how to fix this problem ASAP. To remind you, I
am running OpenSSH under Cygwin on a Windows PC.
Thanks, Julian C.
Dr. Julian C. Cummings
Staff Scientist, CACR/Caltech
(626) 395-2543
cummings at cacr.caltech.edu
> -----Original Message-----
> From: mitchell at mail.codesourcery.com
> [mailto:mitchell at mail.codesourcery.com]
> Sent: Thursday, September 20, 2001 10:16 AM
> To: pooma-dev at pooma.codesourcery.com
> Subject: [pooma-dev] SSH Configuration
>
>
>
> Folks --
>
> The SSH daemon got upgraded as part of the system rebuilding. If
> you're connecting with OpenSSH, you may have to add `-1' to the
> SSH command-line.
>
> To test that things are working, you can do:
>
> ssh -v -1 pooma at pooma.codesourcery.com
>
> You should be able to connect, and you should see messages indicating
> success; the key is:
>
> debug1: Entering interactive session
>
> If you see that, even though nothing happens, it's working. Then,
> try connecting with CVS; you will probably need to set CVS_RSH to
> `ssh -1' or edit your .ssh/config to indicate that you want to
> connect to pooma.codesourcery.com with SSH version 1.
>
> If you still have trouble, send me an email.
>
> Thanks,
>
> -- Mark
>
More information about the pooma-dev
mailing list