mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-05 21:42:47 -05:00
Uppity: configurable SSH-2 authentication banner.
I've had to test banner handling several times recently, what with trust sigils and the fix for CONF_ssh_show_banner. So it's the thing I've most wanted to keep reconfiguring about Uppity so far.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
typedef struct AuthPolicy AuthPolicy;
|
||||
|
||||
struct SshServerConfig {
|
||||
int dummy; /* no fields in here yet */
|
||||
ptrlen banner; /* banner.ptr == NULL indicates no banner */
|
||||
};
|
||||
|
||||
Plug *ssh_server_plug(
|
||||
|
Reference in New Issue
Block a user