From ad24427f038221e5276903ab599359e495127b16 Mon Sep 17 00:00:00 2001 From: Oliver Gasser Date: Thu, 21 Jun 2012 19:06:47 +0200 Subject: options: Add option to specify host keys string. Signed-off-by: Andreas Schneider --- include/libssh/libssh.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index f22ce712..0167b4a5 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -324,7 +324,8 @@ enum ssh_options_e { SSH_OPTIONS_STRICTHOSTKEYCHECK, SSH_OPTIONS_COMPRESSION, SSH_OPTIONS_COMPRESSION_LEVEL, - SSH_OPTIONS_KEY_EXCHANGE + SSH_OPTIONS_KEY_EXCHANGE, + SSH_OPTIONS_HOSTKEYS }; enum { -- cgit