From a0af72c27aa4ad02be4b777cf5d4147904ebd809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Bozs=C3=B3?= <3806723+peterbozso@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:02:37 +0000 Subject: [PATCH] docs: update ssh tunnel example --- docs/content/remote_setup.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/content/remote_setup.md b/docs/content/remote_setup.md index 41b6e17cd..63318cd9e 100644 --- a/docs/content/remote_setup.md +++ b/docs/content/remote_setup.md @@ -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