HP NonStop SSH Reference Manual Troubleshooting • 309
<target-port>
Is the port number the SSH client requested to forward the connection to.
<error detail>
Describes the error that occurred.
Cause: An error occurred when trying to forward a connection.
Effect: The forwarding request fails.
Recovery: Any corrective action depends on <error detail>. A typical error is a failure to connect to the target
host and port. The SSH client may need to correct its port forwarding configuration.
<session id>: listen request on <interface>:<port> denied
<interface>
Is the IP address of the local interface the SSH client tries to establish a listen for.
<port>
Is the port number SSH client tries to listen on.
Cause: The SSH client tried to establish a remote port forwarding with the SSH2 server. However, this has
been administratively prohibited, e.g. by setting the ALLOWTCPFORWARDING parameter to FALSE.
Effect: The forwarding request is rejected.
Recovery: If forwarding is desired, check the setting of ALLOWTCPFORWARDING.
<session id>: remote forwarding request failed, server could not listen on
<interface>:<port> (<error detail>)
<interface>
Is the IP address of the local interface SSH client tries to establish a listen for.
<port>
Is the port number SSH client tries to listen on.
<error detail>
Describes the error that occurred.
Cause: An error occurred when trying to establish a listen for remote port forwarding
Effect: The remote port forwarding request fails.
Recovery: Any corrective action depends on <error detail>. A typical error is a failure to bind to the given port.
The SSH client may need to correct its port forwarding configuration.
Session Related Messages of SSH2 in Client Mode
All SSH2 messages related to an outgoing connection to a remote SSH daemon initiated by a NonStop client process
(e.g. SFTP, SFTPOSS) are preceded by a session ID. These messages adhere to the following format:
<session id> := <process id>
<process name> is the name of the NonStop client process initiating the SSH connection.
<session id>: client access to known host <known host name> denied, host is frozen