Help with OpenSSH -> SSH2 Server
From: Andrew n marshall (invysibleman_at_yahoo.com)
Date: 05/14/03
- Previous message: Ramin Dousti: "Re: sftp on OS390 mainframe"
- Next in thread: Andrew n marshall: "RE: Help with OpenSSH -> SSH2 Server"
- Maybe reply: Andrew n marshall: "RE: Help with OpenSSH -> SSH2 Server"
- Maybe reply: Andrew n marshall: "RE: Help with OpenSSH -> SSH2 Server"
- Maybe reply: Andrew n marshall: "RE: Help with OpenSSH -> SSH2 Server"
- Maybe reply: wjnorth: "RE: Help with OpenSSH -> SSH2 Server"
- Maybe reply: dhiraj.2.bhuyan_at_bt.com: "RE: Help with OpenSSH -> SSH2 Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 14 May 2003 11:02:51 -0700 To: secureshell@securityfocus.com
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
- Previous message: Ramin Dousti: "Re: sftp on OS390 mainframe"
- Next in thread: Andrew n marshall: "RE: Help with OpenSSH -> SSH2 Server"
- Maybe reply: Andrew n marshall: "RE: Help with OpenSSH -> SSH2 Server"
- Maybe reply: Andrew n marshall: "RE: Help with OpenSSH -> SSH2 Server"
- Maybe reply: Andrew n marshall: "RE: Help with OpenSSH -> SSH2 Server"
- Maybe reply: wjnorth: "RE: Help with OpenSSH -> SSH2 Server"
- Maybe reply: dhiraj.2.bhuyan_at_bt.com: "RE: Help with OpenSSH -> SSH2 Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|