Kerberos5 + SSH Questions
Brian Candler
B.Candler at pobox.com
Tue Jan 4 04:14:13 EST 2011
On Tue, Jan 04, 2011 at 08:25:36AM +0800, Lee Eric wrote:
> Sorry guys. I notice that I have attached the file but seemed ml
> ignored that. So I will paste here. Thanks very much.
Try the ssh daemon in debug mode:
[server]
# /usr/sbin/sshd -p99 -d
[client]
$ ssh -p99 -v user at host
> debug3: Trying to reverse map address 172.16.14.1.
Do you have reverse DNS for this address?
$ dig -x 172.16.14.1
Otherwise you need an entry in /etc/hosts on the *client* which maps this IP
to the server's FQDN
172.16.14.1 hostname.example.com
B.
More information about the Kerberos
mailing list