cmd: fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos
2022-09-20 09:02:27 +02:00
committed by Nick Craig-Wood
parent 043bf3567d
commit cce8936802
6 changed files with 9 additions and 9 deletions

View File

@ -108,7 +108,7 @@ which can lead to "corrupted on transfer" errors. This is the case because
the client chooses indiscriminately which server to send commands to while
the servers all have different views of the state of the filing system.
The "restrict" in authorized_keys prevents SHA1SUMs and MD5SUMs from beeing
The "restrict" in authorized_keys prevents SHA1SUMs and MD5SUMs from being
used. Omitting "restrict" and using ` + "`--sftp-path-override`" + ` to enable
checksumming is possible but less secure and you could use the SFTP server
provided by OpenSSH in this case.