2019-05-11 23:57:23 +02:00
|
|
|
#ifndef KITTY_SSH
|
|
|
|
|
#define KITTY_SSH
|
|
|
|
|
|
2019-11-06 12:10:05 +01:00
|
|
|
#ifdef MOD_PORTKNOCKING
|
2019-05-11 23:57:23 +02:00
|
|
|
#define PROTO_TCP 1
|
|
|
|
|
#define PROTO_UDP 2
|
|
|
|
|
int knock( char *hostname, unsigned short port, unsigned short proto) ;
|
|
|
|
|
int ManagePortKnocking( char* host, char *portstr ) ;
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif
|