Passwort ändern: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Mfgeg (Diskussion | Beiträge) |
Mfgeg (Diskussion | Beiträge) |
||
(8 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | { | + | {|width="40%" |
+ | |[[Bild:deutsch.png]] - [[Passwort ändern|in Deutsch]] | ||
+ | |[[Bild:english.png]] - [[Change Password (en)|in English]] | ||
+ | |} | ||
[[Bild:passwd-telnet.png|thumb|Beispiel: Passwort setzen per Telnet]] | [[Bild:passwd-telnet.png|thumb|Beispiel: Passwort setzen per Telnet]] | ||
− | Das '''Passwort''' der Dreambox kann | + | Das '''Passwort''' der Dreambox kann via [[Telnet]] mit folgendem Befehl verändert werden. |
− | + | <syntaxhighlight> | |
− | + | passwd | |
− | [[Kategorie: | + | </syntaxhighlight> |
+ | |||
+ | == Weitere Optionen == | ||
+ | Weitere hilfreiche Optionen zum <code>passwd</code> Befehl können wie folgt angezeigt werden. | ||
+ | <syntaxhighlight> | ||
+ | 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 | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | == Wissenswertes == | ||
+ | {{Hinweis|Das gesetzte Passwort wird nun für alle unterstützen Protokolle ([[Telnet]], [[FTP]], [[SSH]], usw.) für den Zugriff auf die Dreambox verwendet.}} | ||
+ | {{Achtung|Beachtet bitte, dass unter [[CVS_/_OE_-_Image#OE-Images|OE]] basierenden Images standardmässig '''kein''' Passwort für den Benutzer <code>root</code> aktiv oder gesetzt ist.}} | ||
+ | |||
+ | == Siehe auch == | ||
+ | * [[Kennwortschutz einrichten]] übers Blue Panel | ||
+ | |||
+ | [[Kategorie:Anleitungen]] | ||
[[Kategorie:Grundlagen]] | [[Kategorie:Grundlagen]] |
Aktuelle Version vom 19. Oktober 2013, 16:26 Uhr
- in Deutsch | - in English |
Das Passwort der Dreambox kann via Telnet mit folgendem Befehl verändert werden.
passwd
Weitere Optionen
Weitere hilfreiche Optionen zum passwd
Befehl können wie folgt angezeigt werden.
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
Wissenswertes
Das gesetzte Passwort wird nun für alle unterstützen Protokolle (Telnet, FTP, SSH, usw.) für den Zugriff auf die Dreambox verwendet. |
Beachtet bitte, dass unter OE basierenden Images standardmässig kein Passwort für den Benutzer root aktiv oder gesetzt ist.
|
Siehe auch
- Kennwortschutz einrichten übers Blue Panel