Re: ssh with RSA-key login problem

1999-08-03 Thread Mirek Kwasniak
On Tue, Aug 03, 1999 at 02:38:19AM +0200, Fredrik Jonsson wrote: > [EMAIL PROTECTED] > <[EMAIL PROTECTED]> 99-08-03 01.39 wrote: > > >Fredrik> ssh client complains that "Server does not allow RSA > >Fredrik> authentication, or the public key for user "user1" was not > >Fredrik> accepted. Revertin

Re: ssh with RSA-key login problem

1999-08-03 Thread Fredrik Jonsson
[EMAIL PROTECTED] <[EMAIL PROTECTED]> 99-08-03 01.39 wrote: >Fredrik> ssh client complains that "Server does not allow RSA >Fredrik> authentication, or the public key for user "user1" was not >Fredrik> accepted. Reverting to password authentication. > >ssh has a verbose switch. Use it and see why

Re: ssh with RSA-key login problem

1999-08-02 Thread Martin Bialasinski
* "Fredrik" == Fredrik Jonsson <[EMAIL PROTECTED]> wrote: Fredrik> ssh client complains that "Server does not allow RSA Fredrik> authentication, or the public key for user "user1" was not Fredrik> accepted. Reverting to password authentication. ssh has a verbose switch. Use it and see why it rej

Re: ssh with RSA-key login problem

1999-08-02 Thread Fredrik Jonsson
Nathan E Norman <[EMAIL PROTECTED]> 99-08-01 22.55 wrote> >>root login works without a problem but when I try to login as user1 my >>ssh client complains that "Server does not allow RSA authentication, or >>the public key for user "user1" was not accepted. Reverting to password >>authentication."

Re: ssh with RSA-key login problem

1999-08-01 Thread Nathan E Norman
On Sun, 1 Aug 1999, Fredrik Jonsson wrote: : Hi, : : I have setup sshd on my Debina system, genrated keys for root and user1 : with ssh-keygen and put the public key in the file .ssh/authorized_keys. : I have moved the private keys to my Mac where I run a ssh client : (niftytelnet-1.1-ss

ssh with RSA-key login problem

1999-08-01 Thread Fredrik Jonsson
Hi, I have setup sshd on my Debina system, genrated keys for root and user1 with ssh-keygen and put the public key in the file .ssh/authorized_keys. I have moved the private keys to my Mac where I run a ssh client (niftytelnet-1.1-ssh-r3). root login works without a problem but when I try to logi