github.com/xhghs/rclone@v1.51.1-0.20200430155106-e186a28cced8/docs/content/commands/rclone_config_reconnect.md (about) 1 --- 2 date: 2020-02-01T10:26:53Z 3 title: "rclone config reconnect" 4 slug: rclone_config_reconnect 5 url: /commands/rclone_config_reconnect/ 6 --- 7 ## rclone config reconnect 8 9 Re-authenticates user with remote. 10 11 ### Synopsis 12 13 14 This reconnects remote: passed in to the cloud storage system. 15 16 To disconnect the remote use "rclone config disconnect". 17 18 This normally means going through the interactive oauth flow again. 19 20 21 ``` 22 rclone config reconnect remote: [flags] 23 ``` 24 25 ### Options 26 27 ``` 28 -h, --help help for reconnect 29 ``` 30 31 See the [global flags page](/flags/) for global options not listed here. 32 33 ### SEE ALSO 34 35 * [rclone config](/commands/rclone_config/) - Enter an interactive configuration session. 36