This module contains the implementation of the ssh-connection service, which allows access to the shell and port-forwarding.
Maintainer: Paul Swartz
Class | SSHConnection |
An implementation of the 'ssh-connection' service. It is used to multiplex multiple channels over the single SSH connection. |
Constant | EXTENDED_DATA_STDERR |
Undocumented |
Constant | MSG_CHANNEL_CLOSE |
Undocumented |
Constant | MSG_CHANNEL_DATA |
Undocumented |
Constant | MSG_CHANNEL_EOF |
Undocumented |
Constant | MSG_CHANNEL_EXTENDED_DATA |
Undocumented |
Constant | MSG_CHANNEL_FAILURE |
Undocumented |
Constant | MSG_CHANNEL_OPEN |
Undocumented |
Constant | MSG_CHANNEL_OPEN_CONFIRMATION |
Undocumented |
Constant | MSG_CHANNEL_OPEN_FAILURE |
Undocumented |
Constant | MSG_CHANNEL_REQUEST |
Undocumented |
Constant | MSG_CHANNEL_SUCCESS |
Undocumented |
Constant | MSG_CHANNEL_WINDOW_ADJUST |
Undocumented |
Constant | MSG_GLOBAL_REQUEST |
Undocumented |
Constant | MSG_REQUEST_FAILURE |
Undocumented |
Constant | MSG_REQUEST_SUCCESS |
Undocumented |
Constant | OPEN_ADMINISTRATIVELY_PROHIBITED |
Undocumented |
Constant | OPEN_CONNECT_FAILED |
Undocumented |
Constant | OPEN_RESOURCE_SHORTAGE |
Undocumented |
Constant | OPEN_UNKNOWN_CHANNEL_TYPE |
Undocumented |
Constant | TRANSLATE_TABLE |
Undocumented |
Variable | alphanums |
Undocumented |
Variable | messages |
Undocumented |