mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-29 13:01:13 +03:00
Add ssh_send_issue_banner() API
Signed-off-by: Seung Min Park <smpark@pnpsecure.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
332f1c2e09
commit
4978f30320
@ -32,6 +32,8 @@
|
||||
#define SSHD_DEFAULT_ADDRESS "127.0.0.1"
|
||||
#define SSHD_DEFAULT_PCAP_FILE "debug.server.pcap"
|
||||
|
||||
#define SSHD_BANNER_MESSAGE "Test Banner Message\nlibssh-send-banner\n"
|
||||
|
||||
#ifndef KEYS_FOLDER
|
||||
#ifdef _WIN32
|
||||
#define KEYS_FOLDER
|
||||
|
Reference in New Issue
Block a user