RE: Using public key pair to authenticate
From: Tay, Gary (Gary_Tay_at_platts.com)
Date: 11/24/04
- Previous message: Loo, Peter: "Using public key pair to authenticate"
- Maybe in reply to: Loo, Peter: "Using public key pair to authenticate"
- Next in thread: Matthew.Dalton_at_rochester.edu: "RE: Using public key pair to authenticate"
- Reply: Matthew.Dalton_at_rochester.edu: "RE: Using public key pair to authenticate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 24 Nov 2004 18:11:16 +0800 To: "Loo, Peter" <Peter.Loo@bannerhealth.com>, <secureshell@securityfocus.com>
You may search SUN's BigAdmin portal or Google for "authorized_keys".
Some good ones:
http://www.sun.com/bigadmin/features/articles/sec_shell_1.html
http://www.sun.com/bigadmin/features/articles/sec_shell_2.html
Most people would start SSH server in debug mode, "sshd -d", and also
test ssh client connection using vervose mode, "ssh -v remotehost"
Gary
-----Original Message-----
From: Loo, Peter [mailto:Peter.Loo@bannerhealth.com]
Sent: Wednesday, November 24, 2004 7:58 AM
To: secureshell@securityfocus.com
Subject: Using public key pair to authenticate
Hi,
I am working with two Unix servers running AIX 5.2. One server is
running "OpenSSH_3.6.1p2-CERT-patched, SSH protocols 1.5/2.0, OpenSSL
0x009060df" while the other is running "SSH Secure Shell 3.2.0".
I created the key pair on the server with OpenSSH using "ssh-keygen". I
named the output files as (identity & identity.pub). Then I copied the
contents of "identity.pub" to the file named authorized_keys on the
server with "SSH Secure Shell 3.2.0".
When I try connecting to the remote server, I am asked to type in the
password. Apparently the public key authentication method is not
working.
Can someone shed some light for me?
Thanks.
Peter
- Previous message: Loo, Peter: "Using public key pair to authenticate"
- Maybe in reply to: Loo, Peter: "Using public key pair to authenticate"
- Next in thread: Matthew.Dalton_at_rochester.edu: "RE: Using public key pair to authenticate"
- Reply: Matthew.Dalton_at_rochester.edu: "RE: Using public key pair to authenticate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|