diff options
| author | Ryo Nakamura <upa@haeena.net> | 2024-04-11 20:29:31 +0900 |
|---|---|---|
| committer | Ryo Nakamura <upa@haeena.net> | 2024-04-11 20:30:46 +0900 |
| commit | 59b90d80bd86aaef9e624b6eec6135ac743c7b90 (patch) | |
| tree | dd200b96d1606f6e36fa6ab0c1102da43302f4d7 /include | |
| parent | 00fa2c727718e07ecb574830bbf0bd7d734cb964 (diff) | |
drop -H disable host key checking option
It can be done by ssh_config instead.
Diffstat (limited to 'include')
| -rw-r--r-- | include/mscp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mscp.h b/include/mscp.h index 5931665..c16a332 100644 --- a/include/mscp.h +++ b/include/mscp.h @@ -71,7 +71,6 @@ struct mscp_ssh_opts { char *passphrase; /** passphrase for private key */ int debug_level; /** inclirement libssh debug output level */ - bool no_hostkey_check; /** do not check host keys */ bool enable_nagle; /** enable Nagle's algorithm if true */ }; |
