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 | |
parent | 00fa2c727718e07ecb574830bbf0bd7d734cb964 (diff) |
drop -H disable host key checking option
It can be done by ssh_config instead.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mscp.1.in | 6 | ||||
-rw-r--r-- | doc/mscp.rst | 7 |
2 files changed, 3 insertions, 10 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. diff --git a/doc/mscp.rst b/doc/mscp.rst index 60d32a4..0585267 100644 --- a/doc/mscp.rst +++ b/doc/mscp.rst @@ -2,7 +2,7 @@ MSCP ==== -:Date: v0.1.5-4-g9b8ba69 +:Date: v0.1.5-10-g00fa2c7 NAME ==== @@ -12,7 +12,7 @@ mscp - copy files over multiple SSH connections SYNOPSIS ======== -**mscp** [**-46vqDpHdNh**] [ **-n** *NR_CONNECTIONS* ] [ **-m** +**mscp** [**-46vqDpdNh**] [ **-n** *NR_CONNECTIONS* ] [ **-m** *COREMASK* ] [ **-u** *MAX_STARTUPS* ] [ **-I** *INTERVAL* ] [ **-W** *CHECKPOINT* ] [ **-R** *CHECKPOINT* ] [ **-s** *MIN_CHUNK_SIZE* ] [ **-S** *MAX_CHUNK_SIZE* ] [ **-a** *NR_AHEAD* ] [ **-b** *BUF_SIZE* ] [ @@ -171,9 +171,6 @@ OPTIONS Preserves modification times and access times (file mode bits are preserved by default). -**-H** - Disables hostkey checking. - **-d** Increments the ssh debug output level. |