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
```
Then on the headless box run `rclone config` and answer `Y` to the `Use web
browser to automatically authenticate?` question.
Then on the headless box run `rclone config` and answer `Y` to the `Use auto config?` question.
```
...
Remote config
Use web browser to automatically authenticate rclone with remote?
* 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.
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine
y) Yes (default)
n) No
y/n> y