Actions

How to change host password on Linux: Difference between revisions

(update to add sbc)
Line 2: Line 2:




== Change the password of the TMG3200 or TMG800 ==
== Change the password ''T''media or ''T''sbc ==


* Connect to the TMG3200 or TMG800 unit through [[TMG:Accessing_Device#SSH|SSH]]
* Connect to your unit through [[TMG:Accessing_Device#SSH|SSH]]


* Enter the passwd command
* Enter the passwd command

Revision as of 11:08, 11 July 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 keep passwords in as less hands/heads as possible.


Change the password Tmedia or Tsbc

  • 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