RE: Help with OpenSSH -> SSH2 Server
From: Andrew n marshall (invysibleman_at_yahoo.com)
Date: 05/15/03
- Previous message: Ramin Dousti: "Re: Could not reverse map"
- Maybe in reply to: Andrew n marshall: "Help with OpenSSH -> SSH2 Server"
- Next in thread: Andrew n marshall: "RE: Help with OpenSSH -> SSH2 Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 14 May 2003 21:08:47 -0700 (PDT) To: "Rochford, Paul" <Paul.Rochford@itsis.ie>
Isn't that what this does:
client:~/ > ssh-keygen -e -f .ssh/id_dsa.pub > .ssh/client_dsa.pub.txt
Anm
--- "Rochford, Paul" <Paul.Rochford@itsis.ie> wrote:
> I think you need to convert your SSH keys to openssh format.
>
> -----Original Message-----
> From: Andrew n marshall [mailto:invysibleman@yahoo.com]
> Sent: 14 May 2003 19:03
> To: secureshell@securityfocus.com
> Subject: Help with OpenSSH -> SSH2 Server
>
>
>
> Using an OpenSSH client, I am trying to log into a machine using SSH
> Secure Shell 2.4.0 server without success. I've tried the following
> client platform OpenSSH combinations:
> Mac OS X using OpenSSH_3.5p1 (from fink)
> Linux box using OpenSSH_3.4p1 Debian 1:3.4p1-1
> SGI using OpenSSH_3.5p1
> To prepare the key this is what I do:
> client:~/ > ssh-keygen -t dsa
> Generating public/private dsa key pair.
> Enter file in which to save the key (/Users/amarshal/.ssh/id_dsa):
> Enter passphrase (empty for no passphrase):
> Enter same passphrase again:
> Your identification has been saved in /Users/amarshal/.ssh/id_dsa.
> Your public key has been saved in /Users/amarshal/.ssh/id_dsa.pub.
> The key fingerprint is:
> 6f:32:e8:3e:3f:e9:70:99:00:79:44:c9:5d:3d:5a:a1
> amarshal@Collimodel.local.
> client:~/ > ssh-keygen -e -f .ssh/id_dsa.pub >
> .ssh/client_dsa.pub.txt
>
> I then copy client_dsa.pub.txt to the server as ~/.ssh2/client.pub, and
> add the line
> Key client.pub
> to the file ~/.ssh2/authorization
>
> Despite doing this, I get the following from all three systems
> client:~/ > ssh server
> Permission denied (publickey).
> client:~/ > ssh -i .ssh/id_dsa server
> Permission denied (publickey).
>
> I had exactly the same results using rsa1 keys. Any and all help is
> appreciated.
>
>
> Anm
>
>
> ********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please
> notify us immediately at MailMonitor@isismail.ie and delete this E-mail
> from your system. Thank you.
> It is possible for data transmitted by email to be deliberately or
> accidentally corrupted or intercepted. For this reason, where the
> communication is by email, the Bank of Ireland Group does not accept
> any responsibility for any breach of confidence which may arise
> through the use of this medium.
> This footnote also confirms that this email message has been swept
> for the presence of known computer viruses.
> ********************************************************************
>
>
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
- Previous message: Ramin Dousti: "Re: Could not reverse map"
- Maybe in reply to: Andrew n marshall: "Help with OpenSSH -> SSH2 Server"
- Next in thread: Andrew n marshall: "RE: Help with OpenSSH -> SSH2 Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|