Change Password (en): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Mfgeg (Diskussion | Beiträge) |
Mfgeg (Diskussion | Beiträge) |
||
Zeile 38: | Zeile 38: | ||
{{Hinweis|The set password is used for all supported protocols ([[Telnet (en)|Telnet]], [[FTP (en)|FTP]], [[SSH (en)|SSH]], etc.) for accessing the Dreambox.}} | {{Hinweis|The set password is used for all supported protocols ([[Telnet (en)|Telnet]], [[FTP (en)|FTP]], [[SSH (en)|SSH]], etc.) for accessing the Dreambox.}} | ||
{{Achtung|Keep in mind, for OE based images there is '''no''' password set for the user <code>root</code> by default.}} | {{Achtung|Keep in mind, for OE based images there is '''no''' password set for the user <code>root</code> by default.}} | ||
+ | |||
+ | == See also == | ||
+ | * [[Set password protection]] | ||
[[Kategorie:Instructions (en)]] | [[Kategorie:Instructions (en)]] | ||
[[Kategorie:Basics (en)]] | [[Kategorie:Basics (en)]] |
Version vom 19. Oktober 2013, 16:24 Uhr
- in Deutsch | - in English |
The password of the Dreambox can be changed via telnet with following command.
passwd
Options
The command passwd
has some useful options.
root@dm8000:~# passwd --help Usage: passwd [options] [LOGIN] Options: -a, --all report password status on all accounts -d, --delete delete the password for the named account -e, --expire force expire the password for the named account -h, --help display this help message and exit -k, --keep-tokens change password only if expired -i, --inactive INACTIVE set password inactive after expiration to INACTIVE -l, --lock lock the password of the named account -n, --mindays MIN_DAYS set minimum number of days before password change to MIN_DAYS -q, --quiet quiet mode -r, --repository REPOSITORY change password in REPOSITORY repository -S, --status report password status on the named account -u, --unlock unlock the password of the named account -w, --warndays WARN_DAYS set expiration warning days to WARN_DAYS -x, --maxdays MAX_DAYS set maximum number of days before password change to MAX_DAYS
Worth knowing
The set password is used for all supported protocols (Telnet, FTP, SSH, etc.) for accessing the Dreambox. |
Keep in mind, for OE based images there is no password set for the user root by default.
|