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 /doc/mscp.1.in | |
parent | 00fa2c727718e07ecb574830bbf0bd7d734cb964 (diff) |
drop -H disable host key checking option
It can be done by ssh_config instead.
Diffstat (limited to 'doc/mscp.1.in')
-rw-r--r-- | doc/mscp.1.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/mscp.1.in b/doc/mscp.1.in index 92d8651..182fc84 100644 --- a/doc/mscp.1.in +++ b/doc/mscp.1.in @@ -6,7 +6,7 @@ mscp \- copy files over multiple SSH connections .SH SYNOPSIS .B mscp -.RB [ \-46vqDpHdNh ] +.RB [ \-46vqDpdNh ] [\c .BI \-n \ NR_CONNECTIONS\c ] @@ -289,10 +289,6 @@ Preserves modification times and access times (file mode bits are preserved by default). .TP -.B \-H -Disables hostkey checking. - -.TP .B \-d Increments the ssh debug output level. |