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 u...@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. ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
