aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
authorOliver Gasser <gasser@in.tum.de>2012-06-21 19:06:47 +0200
committerAndreas Schneider <asn@cryptomilk.org>2012-07-06 11:04:05 +0200
commitad24427f038221e5276903ab599359e495127b16 (patch)
treee5584bc123edc9a0213ca5710597d9d3fb8b71b8 /include/libssh/libssh.h
parent2ed9d2160d126c76ab784da54b642b8930156dc5 (diff)
downloadlibssh-ad24427f038221e5276903ab599359e495127b16.tar.gz
libssh-ad24427f038221e5276903ab599359e495127b16.tar.xz
libssh-ad24427f038221e5276903ab599359e495127b16.zip
options: Add option to specify host keys string.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r--include/libssh/libssh.h3
1 files changed, 2 insertions, 1 deletions
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 {