1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-05 00:28:52 +02:00

Remove references to SSH made obsolete when TLS was introduced.

Also remove details about SSH compression that are not helpful.
This commit is contained in:
David Steele
2023-01-31 08:28:32 +07:00
parent 9ae6b6ef0f
commit c5907a2e71
3 changed files with 18 additions and 9 deletions

View File

@ -276,8 +276,8 @@ testRun(void)
" [default=storage.googleapis.com]\n"
" --repo-gcs-key GCS repository key\n"
" --repo-gcs-key-type GCS repository key type [default=service]\n"
" --repo-host repository host when operating remotely via\n"
" SSH [current=backup.example.net]\n"
" --repo-host repository host when operating remotely\n"
" [current=backup.example.net]\n"
" --repo-host-ca-file repository host certificate authority file\n"
" --repo-host-ca-path repository host certificate authority path\n"
" --repo-host-cert-file repository host certificate file\n"