Handle global requests and reverse forwarding

This commit is contained in:
milo
2010-09-29 17:45:04 +02:00
committed by Aris Adamantiadis
parent c4356531f7
commit 26d40b5354
7 changed files with 242 additions and 2 deletions

View File

@@ -193,6 +193,12 @@ enum ssh_channel_requests_e {
SSH_CHANNEL_REQUEST_WINDOW_CHANGE
};
enum ssh_global_requests_e {
SSH_GLOBAL_REQUEST_UNKNOWN=0,
SSH_GLOBAL_REQUEST_TCPIP_FORWARD,
SSH_GLOBAL_REQUEST_CANCEL_TCPIP_FORWARD,
};
enum ssh_publickey_state_e {
SSH_PUBLICKEY_STATE_ERROR=-1,
SSH_PUBLICKEY_STATE_NONE=0,