server: allow custom server banners (bug #83)

This commit is contained in:
Aris Adamantiadis
2014-02-01 18:00:01 +01:00
parent fdaa42da1a
commit 671f1979a6
3 changed files with 12 additions and 2 deletions

View File

@@ -175,6 +175,7 @@ struct ssh_session_struct {
char *knownhosts;
char *wanted_methods[10];
char *ProxyCommand;
char *custombanner;
unsigned long timeout; /* seconds */
unsigned long timeout_usec;
unsigned int port;