server: handle keepalive@openssh.com global requests

This commit is contained in:
Aris Adamantiadis
2016-03-14 22:28:03 +01:00
parent 7c2db045a8
commit 0b9804a95b
2 changed files with 10 additions and 0 deletions

View File

@@ -208,6 +208,7 @@ enum ssh_global_requests_e {
SSH_GLOBAL_REQUEST_UNKNOWN=0,
SSH_GLOBAL_REQUEST_TCPIP_FORWARD,
SSH_GLOBAL_REQUEST_CANCEL_TCPIP_FORWARD,
SSH_GLOBAL_REQUEST_KEEPALIVE
};
enum ssh_publickey_state_e {