Re: cvs/ssh and rsa based authentication

2001-12-05 Thread CyberZombie
One additional note: if strictmodes=yes then mode 755 must be used for directories ~ and ~/.ssh ... Andreas Schorr wrote: >Mark Himsley schrieb: > >>This is my guess: >> >>Your Cygwin ssh client and the server you are connecting to have probably >>decided to use SSH2 protocol but you have not

Re: cvs/ssh and rsa based authentication

2001-12-05 Thread Andreas Schorr
Mark Himsley schrieb: > This is my guess: > > Your Cygwin ssh client and the server you are connecting to have probably > decided to use SSH2 protocol but you have not appended your > ~/.ssh/id_dsa.pub to the servers ~/.ssh/authorized_keys2. > > Either stick to SSH1 by using the -1 option to the

Re: cvs/ssh and rsa based authentication

2001-12-05 Thread Andreas Schorr
Bjoern Kahl AG Resy schrieb: > On Wed, 5 Dec 2001, Andreas Schorr wrote: > > > Unfortunately the same thing doesn't work, if I login to the > > same server from a Windows 2000 client using Cygwin. > > Although I have created another public/secret key pair on > > the Windows 2000 system and put th

Re: cvs/ssh and rsa based authentication

2001-12-05 Thread Bjoern Kahl AG Resy
Hallo ! Just a guess: On Wed, 5 Dec 2001, Andreas Schorr wrote: > Unfortunately the same thing doesn't work, if I login to the > same server from a Windows 2000 client using Cygwin. > Although I have created another public/secret key pair on > the Windows 2000 system and put the public key i

Re: cvs/ssh and rsa based authentication

2001-12-05 Thread Mark Himsley
This is my guess: Your Cygwin ssh client and the server you are connecting to have probably decided to use SSH2 protocol but you have not appended your ~/.ssh/id_dsa.pub to the servers ~/.ssh/authorized_keys2. Either stick to SSH1 by using the -1 option to the ssh client or transfer contents of

cvs/ssh and rsa based authentication

2001-12-05 Thread Andreas Schorr
Hi all, I've seen that there were already several discussions about cvs and ssh, but I have a so far undiscussed problem - maybe someone can help me. I already know how to use cvs in combination with ssh, and it works fine. Whenever you send an cvs command, then one of the available autenticatio