From 671f1979a6d913938f5ced00779bf99db71f8df5 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 1 Feb 2014 18:00:01 +0100 Subject: server: allow custom server banners (bug #83) --- include/libssh/session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh') diff --git a/include/libssh/session.h b/include/libssh/session.h index 8a94daa5..c360a70c 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -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; -- cgit