1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-05 01:02:39 +03:00

options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.

Looks like people are confused by the name and think this is normal host
key checking.
This commit is contained in:
Andreas Schneider
2010-09-28 14:13:18 +02:00
parent e36c9c529b
commit a2fe4b2b2c
3 changed files with 7 additions and 7 deletions

View File

@@ -288,7 +288,7 @@ enum ssh_options_e {
SSH_OPTIONS_CIPHERS_S_C,
SSH_OPTIONS_COMPRESSION_C_S,
SSH_OPTIONS_COMPRESSION_S_C,
SSH_OPTIONS_HOSTKEYCHECK,
SSH_OPTIONS_STRICTHOSTKEYCHECK,
SSH_OPTIONS_PROXYCOMMAND,
SSH_OPTIONS_BINDADDR
};