How to change host password on Linux
From TBwiki
(Difference between revisions)
(Creation) |
m (Fixed typo) |
||
| (12 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | To better protect your system, it is | + | To better protect your system, it is '''required''' to change the default password. Please see this page http://www.usewisdom.com/computer/passwords.html for guidelines on how to choose a good password. Additionally it is always more secure to keep passwords in as less hands/heads as possible. |
| − | |||
| − | + | == Change the password == | |
| − | + | * Connect to your unit through [[TMG:Accessing_Device#SSH|SSH]] | |
| + | |||
| + | * Enter the passwd command | ||
:Example: | :Example: | ||
[root@TB003540 ~]# passwd | [root@TB003540 ~]# passwd | ||
| − | + | * The system will ask you to enter your new password twice | |
| − | + | * For more information | |
man passwd | man passwd | ||
Latest revision as of 13:30, 29 August 2016
To better protect your system, it is required to change the default password. Please see this page http://www.usewisdom.com/computer/passwords.html for guidelines on how to choose a good password. Additionally it is always more secure to keep passwords in as less hands/heads as possible.
Change the password
- Connect to your unit through SSH
- Enter the passwd command
- Example:
[root@TB003540 ~]# passwd
- The system will ask you to enter your new password twice
- For more information
man passwd