docs: more scp/ssh help

This commit is contained in:
decentral1se 2022-02-06 03:47:30 +01:00
parent fdbbf7a41b
commit dd5e2c2196
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -121,13 +121,13 @@ distribusi-go-20-25-492637114356
If you have SSH access to a server, you can publish your files with `-P/--publish`. If you have SSH access to a server, you can publish your files with `-P/--publish`.
It works just like [scp] does: The syntax works just like [scp] and it uses SSH to transfer the files under the hood:
``` ```
./distribusi -p <path> -P <server>:<remote-path> ./distribusi -p <path> -P <server>:<remote-path>
``` ```
See [this short guide](#ssh-guide-for-p-publish) for help with SSH issues. See [this short guide](#ssh-guide-for-p-publish) for help with SSH connection issues.
:v: :v: