HP-UX Secure Shell Getting Started Guide HP-UX 11i v1, HP-UX 11i v2, and HP-UX 11i v3 (5900-3142, June 2013)

OpenSSH_4.4, OpenSSL 0.9.7l 25 Oct 2006
HP-UX Secure Shell-A.04.40.005, HP-UX Secure Shell version
debug1: Reading configuration data /opt/ssh/etc/ssh_config
>>>> Specifies the location of the client
configuration file.
debug1: Connecting to ssh1100 [172.16.1.163] port 22.
>>>> Specifies the remote
machine and port to which the client is trying to connect.
debug1: Connection established. >>>>> Indicates that
a TCP connection is
established between the client and server.
debug1: permanently_set_uid: 0/3
debug1: identity file /.ssh/identity type 0
debug1: identity file /.ssh/id_rsa type -1
debug1: identity file /.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version
OpenSSH_4.4p1-hpn
>>>> Shows the Secure Shell version of the remote
server.
debug1: match: OpenSSH_4.4p1-hpn pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.4p1-hpn
debug1: SSH2_MSG_KEXINIT sent >>>> Indicates the
start of the key file exchange.
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
>>>> Indicates the start of
the encryption algorithm negotiation from server to client.
debug1: kex: client->server aes128-cbc hmac-md5 none
>>>> Indicates the start of the encryption algorithm
negotiation from client to server.
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
The authenticity of host ssh1100 (172.16.1.163) cant be
established. >>>>>
Indicates that the host key of the remote server is not part of the
known_hosts file of the client
RSA key fingerprint is
89:29:ac:b2:0f:7c:3a:60:c4:43:5e:31:13:01:b5:a8.
Are you sure you want to continue connecting (yes/no)? yes
>>>> Prompts for confirmation to add the host key of
the remote server in the known_hosts file of the client.
Warning: Permanently added ssh1100,172.16.1.163 (RSA) to the list
of known hosts. >>>> Indicates that the host key of
the remote server has been added to the known_hosts file of the
client.
debug1: ssh_rsa_verify: signature correct >>>>
Indicates that the host key of the remote server is verified.
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password,
keyboard-interactive >>>> Displays the list of
authentication methods supported by the remote server.
debug1: Next authentication method: publickey >>>>
Indicates that the client is trying public-key authentication
.
debug1: Trying private key: /.ssh/id_rsa
debug1: Trying private key: /.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
>>>> Indicates that
public-key authentication has failed and the client is trying the
next authentication on the list.
Password: >>>> Indicates the password prompt in which
you must enter your HP-UX Secure Shell password.
debug1: Authentication succeeded (keyboard-interactive).
>>>> Indicates that the authentication succeeded.
Interpreting the Debug Output 59