Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleUpdate root password and connect to host from internet or localnet by ssh:
# passwd root
<new 1>password>
<confirm>
 
# ssh root@<configured IP>

...