github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/docs/content/commands/rclone_config_password.md (about) 1 --- 2 title: "rclone config password" 3 description: "Update password in an existing remote." 4 slug: rclone_config_password 5 url: /commands/rclone_config_password/ 6 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/config/password/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone config password 9 10 Update password in an existing remote. 11 12 ## Synopsis 13 14 15 Update an existing remote's password. The password 16 should be passed in pairs of `key` `value`. 17 18 For example to set password of a remote of name myremote you would do: 19 20 rclone config password myremote fieldname mypassword 21 22 This command is obsolete now that "config update" and "config create" 23 both support obscuring passwords directly. 24 25 26 ``` 27 rclone config password `name` [`key` `value`]+ [flags] 28 ``` 29 30 ## Options 31 32 ``` 33 -h, --help help for password 34 ``` 35 36 See the [global flags page](/flags/) for global options not listed here. 37 38 ## SEE ALSO 39 40 * [rclone config](/commands/rclone_config/) - Enter an interactive configuration session. 41