Re: failed pub key auth OpenSSH->SSH
From: Phil R Lawrence (prlawrence@lehigh.edu)
Date: 02/19/03
- Next message: Ross MacKinnon: "Re: Dropped connections and child processes"
- Previous message: Phil R Lawrence: "failed pub key auth OpenSSH->SSH"
- In reply to: Phil R Lawrence: "failed pub key auth OpenSSH->SSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Phil R Lawrence <prlawrence@lehigh.edu> Date: Wed, 19 Feb 2003 14:54:59 -0500
Phil R Lawrence wrote:
> Ed Meagher wrote:
> >
> > ... FreeBSD 4.3 machine
> > ... RedHat 8.0 machine
> > ...I can connect from the FreeBSD machine to the
> > Redhat machine without any trouble but when I go
> > the other way, the public key authentication
> > fails and I get asked for the password.
>
>
> I have a similiar problem. I cannot SSH via public key authentication
> (with no password) from a RH 8.0 machine running OpenSSH 3.4 to an AIX
> machine running SSH 3.1.0 (SSH2).
I found the problem. OpenSSH and ssh.com use different formats for
their keys... ssh-keygen -e -f changes the public key into something
ssh.com can handle.
[CLIENT rt]$ ssh-keygen -e -f .ssh/id_dsa.pub > .ssh/id_dsa_ssh.pub
[CLIENT rt]$
scp .ssh/id_dsa_ssh.pub prl2@remote.name.edu:/home/prl2/.ssh2/rt_dsa.pub
Thanks!
Phil
- Next message: Ross MacKinnon: "Re: Dropped connections and child processes"
- Previous message: Phil R Lawrence: "failed pub key auth OpenSSH->SSH"
- In reply to: Phil R Lawrence: "failed pub key auth OpenSSH->SSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|