On  0, David Reid <[EMAIL PROTECTED]> wrote:
> 
> 
> David Pick wrote:
> 
> > If you're not using RSA keys you don't *need*
> > "ssh-agent" (and "ssh-add") at all; if you are using RSA keys you can type
> > the passphrase to unlock the "identity" file each time you use it: the agent
> > is only to avoid having to do this multiple times.
> >
> > The TTSSH documentation does note that "ssh-keygen" is missing and tells you
> > where to put an "identity" file you have generated elsewhere.
> >
> 
> I have not had any luck with RSA authentication with TTSSH. I have tried using a
> private key generated on a Unix system but authentication always fails when I enter 
>the
> Passphrase.  I copied the private key from my Unix system to my Win95 system using 
>ftp
> and binary file transfer.  The key and passphrase work just fine from the Unix host.
> Any ideas on what I might be doing wrong?
> 

You are transfering the keys fine. ftp with binary mode is the way to do it. Other 
modes
of key transfer did not work. You might want to check your /usr/local/etc/sshd_config 
file.
Check for the following flags:

UseLogin no
AllowUsers dlreid user2 user3

RSAAuthentication yes

When I tried to change the "UseLogin" to "yes", for some reason, I could not login
at all. When I set it to "no", my RSA authentication works fine. Don't know why, yet.

Hope this helps.

Subba Rao
[EMAIL PROTECTED]
http://pws.prserv.net/truemax/

 => Time is relative. Here is a new way to look at time. <=
http://www.smcinnovations.com

Reply via email to