Skip to content

Commit

Permalink
Add hint about root access via SSH.
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Theile <volker.theile@openmediavault.org>
  • Loading branch information
votdev committed Aug 9, 2020
1 parent 28247e3 commit 9c6c842
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,13 @@ First time use:
installation.

For ARM images the root password is the same as admin password.

.. note::
|omv| will enable SSH access for the user ``root`` by default to be
able to access a headless system in case of a broken installation or
other maintenance situations. You can disable this behaviour in the
``Services | SSH`` page.

To still get ``root`` access you need to create a non-privileged user
and add them to the ``ssh`` and ``sudo`` groups. After that you can
SSH into the system with this non-privileged user and run ``sudo su``.

0 comments on commit 9c6c842

Please sign in to comment.