github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/content/commands/rclone_config_password.md (about) 1 --- 2 date: 2019-06-20T16:09:42+01:00 3 title: "rclone config password" 4 slug: rclone_config_password 5 url: /commands/rclone_config_password/ 6 --- 7 ## rclone config password 8 9 Update password in an existing remote. 10 11 ### Synopsis 12 13 14 Update an existing remote's password. The password 15 should be passed in in pairs of <key> <value>. 16 17 For example to set password of a remote of name myremote you would do: 18 19 rclone config password myremote fieldname mypassword 20 21 This command is obsolete now that "config update" and "config create" 22 both support obscuring passwords directly. 23 24 25 ``` 26 rclone config password <name> [<key> <value>]+ [flags] 27 ``` 28 29 ### Options 30 31 ``` 32 -h, --help help for password 33 ``` 34 35 See the [global flags page](/flags/) for global options not listed here. 36 37 ### SEE ALSO 38 39 * [rclone config](/commands/rclone_config/) - Enter an interactive configuration session. 40