mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
docs: update ssh tunnel example
This commit is contained in:
parent
28d6985764
commit
a0af72c27a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user