mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
drop -H disable host key checking option
It can be done by ssh_config instead.
This commit is contained in:
@@ -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 */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user