[pooma-dev] SSH Configuration

Stephen Smith stephens at proximation.com
Thu Sep 20 17:53:34 UTC 2001


I tried setting CVS_RSH to "ssh -1" and putting a line in ~/.ssh/config.
The first
had the problem that it couldn't find the file named "ssh -1" and adding a
line
in the config didn't stop it from trying ssh2.
 
What finally worked is a hack: I set CVS_RSH to ssh1 and created a file
ssh1:
 
#!/bin/bash
ssh -1 $@
 
Now I can access the repository again.
 
    Stephen

-----Original Message-----
From: James Crotinger [mailto:jcrotinger at proximation.com]
Sent: Thursday, September 20, 2001 11:20 AM
To: 'mitchell at mail.codesourcery.com'; pooma-dev at pooma.codesourcery.com
Subject: RE: [pooma-dev] SSH Configuration



Mark, 

Something's not working. Here's what I get: 

$ ssh -v -1 -l crotinger pooma.codesourcery.com 
OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090600f 
debug1: Reading configuration data /home/Administrator/.ssh/config 
debug1: Seeding random number generator 
debug1: Rhosts Authentication disabled, originating port will not be
trusted. 
debug1: restore_uid 
debug1: ssh_connect: getuid 500 geteuid 500 anon 1 
debug1: Connecting to pooma.codesourcery.com [206.168.99.1] port 22. 
debug1: temporarily_use_uid: 500/513 (e=500) 
debug1: restore_uid 
debug1: temporarily_use_uid: 500/513 (e=500) 
debug1: restore_uid 
debug1: Connection established. 
debug1: identity file /home/Administrator/.ssh/identity type 0 
debug1: Remote protocol version 1.99, remote software version
OpenSSH_2.5.2p2 
debug1: match: OpenSSH_2.5.2p2 pat ^OpenSSH_2\.5\.[012] 
debug1: Local version string SSH-1.5-OpenSSH_2.9p2 
debug1: Waiting for server public key. 
debug1: Received server public key (768 bits) and host key (1024 bits). 
debug1: Host 'pooma.codesourcery.com' is known and matches the RSA1 host
key. 
debug1: Found key in /home/Administrator/.ssh/known_hosts:3 
debug1: Encryption type: 3des 
debug1: Sent encrypted session key. 
debug1: Installing crc compensation attack detector. 
debug1: Received encrypted confirmation. 
debug1: Trying RSA authentication with key 'jimc at jimc-5000' 
debug1: Server refused our key. 
debug1: Doing password authentication. 
crotinger at pooma.codesourcery.com's password: 

  Jim 


> -----Original Message----- 
> From: mitchell at mail.codesourcery.com 
> [ mailto:mitchell at mail.codesourcery.com
<mailto:mitchell at mail.codesourcery.com> ] 
> Sent: Thursday, September 20, 2001 11: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 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sourcerytools.com/pipermail/pooma-dev/attachments/20010920/7e93cbc9/attachment.html>


More information about the pooma-dev mailing list