forked from TrueCloudLab/rclone
serve sftp: update docs on host key generation
This commit is contained in:
parent
894a5a1a83
commit
d8886b37a6
1 changed files with 4 additions and 2 deletions
|
@ -84,8 +84,10 @@ that it can provide md5sum/sha1sum/df information for the rclone sftp
|
|||
backend. This means that is can support SHA1SUMs, MD5SUMs and the
|
||||
about command when paired with the rclone sftp backend.
|
||||
|
||||
If you don't supply a --key then rclone will generate one and cache it
|
||||
for later use.
|
||||
If you don't supply a host --key then rclone will generate rsa, ecdsa
|
||||
and ed25519 variants, and cache them for later use in rclone's cache
|
||||
directory (see "rclone help flags cache-dir") in the "serve-sftp"
|
||||
directory.
|
||||
|
||||
By default the server binds to localhost:2022 - if you want it to be
|
||||
reachable externally then supply "--addr :2022" for example.
|
||||
|
|
Loading…
Reference in a new issue