HP Comware 5 Debug Manual Vol 3
Field
Description
NewKey:
The client stayed in newkey state.
GEX Init:
GEX algorithm initialization.
GEX Request:
GEX request.
Client_SendVersionString:
The client sent version string.
SFTPC:
SFTP client.
SFTPC CUSTOM CLOSED
Client close message.
Table 6 describes output fields and messages for the debugging ssh client error command.
Table 217 Output from the debugging ssh client error command
Field
Description
ProcessSession Error: Session processing error.
Error:
Error message.
GEX Init Error:
GEX algorithm initialization error.
GRP Init Error:
GRP algorithm initialization error.
Process Kex Init Error:
Key exchange error.
VersionString Received Error:
Version string receive error.
DoClose:
File close error.
Process RealPath Error:
Error occurs when relative path is changed to absolute
path.
Connect Socket Error:
Socket connection error.
Examples
# Enable debugging for SSH client. When an SSH client logs in to the SSH server, output similar to the
following example is generated:
<Sysname> debugging ssh client event
<Sysname> ssh2 10.1.1.2
Username: client
Trying 10.1.1.2 ...
Press CTRL+K to abort
Connected to 10.1.1.2 ...
*Oct 12 09:21:00:252 2006 Sysname SSH/7/Client_EVENT: FSM from SSH_Main_Connect to
SSH_Main_VersionMatch
// The client and the server negotiated the version.
*Oct 12 09:21:00:254 2006 Sysname SSH/7/Client_EVENT: FSM from SSH_Main_Connect to
SSH2_Main_KEX_Init
*Oct 12 09:21:00:478 2006 Sysname SSH/7/Client_EVENT: Read Buffer:
Receive Packet(len=284).
// The SSH module received a packet whose length is 284 bytes.
*Oct 12 09:21:00:478 2006 Sysname SSH/7/Client_EVENT: Process Kex Init:
InEncrypt:aes128-cbc, OutEncrypt:aes128-cbc
InMac:hmac-sha1-96, OutMac:hmac-sha1-96
421