docs: update ssh tunnel example

This commit is contained in:
Péter Bozsó 2024-08-16 14:02:37 +00:00 committed by Nick Craig-Wood
parent 28d6985764
commit a0af72c27a

View File

@ -96,16 +96,13 @@ Linux and MacOS users can utilize SSH Tunnel to redirect the headless box port 5
``` ```
ssh -L localhost:53682:localhost:53682 username@remote_server ssh -L localhost:53682:localhost:53682 username@remote_server
``` ```
Then on the headless box run `rclone config` and answer `Y` to the `Use web Then on the headless box run `rclone config` and answer `Y` to the `Use auto config?` question.
browser to automatically authenticate?` question.
``` ```
... Use auto config?
Remote config * Say Y if not sure
Use web browser to automatically authenticate rclone with remote? * Say N if you are working on a remote or headless machine
* Say Y if the machine running rclone has a web browser you can use
* Say N if running rclone on a (remote) machine without web browser access
If not sure try Y. If Y failed, try N.
y) Yes (default) y) Yes (default)
n) No n) No
y/n> y y/n> y