Re: Using putty as a ssh client on FreeBSD

2006-08-10 Thread Derek Ragona
You are trying to automatically login and either the key is bad or 
missing.  You should try creating a new key.


-Derek


At 10:13 AM 8/9/2006, Josh Paetzel wrote:

I'm trying to use putty on my FBSD 6.1-R box to access another FreeBSD
box.  I can get in fine using the command line ssh client but when I
attempt to use putty I get the following error:

Unable to use key file /usr/home/jpaetzel/.ssh/id_rsa (OpenSSH SSH-2
private key)

Can anyone point out to me what I am doing wrong?

--
Thanks,

Josh Paetzel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Using putty as a ssh client on FreeBSD

2006-08-09 Thread Josh Paetzel
I'm trying to use putty on my FBSD 6.1-R box to access another FreeBSD 
box.  I can get in fine using the command line ssh client but when I 
attempt to use putty I get the following error:

Unable to use key file /usr/home/jpaetzel/.ssh/id_rsa (OpenSSH SSH-2 
private key)

Can anyone point out to me what I am doing wrong?

-- 
Thanks,

Josh Paetzel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Using putty as a ssh client on FreeBSD

2006-08-09 Thread Stefan Bethke


Am 09.08.2006 um 17:13 schrieb Josh Paetzel:


I'm trying to use putty on my FBSD 6.1-R box to access another FreeBSD
box.  I can get in fine using the command line ssh client but when I
attempt to use putty I get the following error:

Unable to use key file /usr/home/jpaetzel/.ssh/id_rsa (OpenSSH SSH-2
private key)


PuTTY does not support OpenSSH key file formats. You will need to  
convert them to PuTTY format with PuTTYgen.



Stefan

--
Stefan Bethke [EMAIL PROTECTED]   Fon +49 170 346 0140


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Using putty as a ssh client on FreeBSD

2006-08-09 Thread backyard


--- Josh Paetzel [EMAIL PROTECTED] wrote:

 I'm trying to use putty on my FBSD 6.1-R box to
 access another FreeBSD 
 box.  I can get in fine using the command line ssh
 client but when I 
 attempt to use putty I get the following error:
 
 Unable to use key file
 /usr/home/jpaetzel/.ssh/id_rsa (OpenSSH SSH-2 
 private key)
 
 Can anyone point out to me what I am doing wrong?
 
 -- 
 Thanks,
 
 Josh Paetzel
 ___

I'm pretty sure putty uses a different form of
encryption with their key files. I know they do in the
Windows version anyway. They have a tool you can use
to convert your key into something putty likes. Try to
find putty-keygen or something along those lines;
perhaps as a separate port. 

I've had issues like this connecting to my FreeBSD
boxes from Windows with putty, but ultimately found a
way to import the BSD key into puttys format with
their key-generator program.

-brian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]