HP-UX HB v13.00 Ch-10 - Network Services
HP-UX Handbook – Rev 13.00 Page 24 (of 26)
Chapter 10 Network Services
October 29, 2013
Permissions for the Client Files and Directories
Permissions for the Server Files and Directories
Still can’t log in - Further debug logging will be required. A first pass at debug logging
of the sshd server (the client does not control whether it is authenticated, the server must
determine) can be taken as follows:
server# script /tmp/server.out
Script started, file is /tmp/server.out
server# /usr/sbin/sshd –ddd –p 2222 -e
…then from the ssh client, recreate login problem:
client# script /tmp/client.out
Script started, file is /tmp/client.out
client# ssh –p 2222 –vvv username@server
client# exit
Script done, file is /tmp/client.out
server# exit
Script done, file is /tmp/server.out
If this does not reveal the source of the problem more intense analysis should be done using tusc
and sshinfo support script. A support case should be logged.
Client receives warning:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @