diff options
author | Daniil Baturin <daniil@vyos.io> | 2020-04-04 03:33:41 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-04 03:33:41 +0700 |
commit | b252e3b33f5446418cabeefed0c3608813044584 (patch) | |
tree | f207e9cdf8281b0e286c883762346a38ce31bf00 | |
parent | aa49da2045544c37a3e1593617d28c11cd37cf56 (diff) | |
parent | 7753f0dcadccf9f1fbcbb917956b972f4fce6f9e (diff) | |
download | vyos-documentation-b252e3b33f5446418cabeefed0c3608813044584.tar.gz vyos-documentation-b252e3b33f5446418cabeefed0c3608813044584.zip |
Merge pull request #234 from varesa/patch-2
T2209: Remove old user level from quick start
-rw-r--r-- | docs/quick-start.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/quick-start.rst b/docs/quick-start.rst index ce07d7cc..19ee9f6e 100644 --- a/docs/quick-start.rst +++ b/docs/quick-start.rst @@ -177,7 +177,6 @@ Replace the default `vyos` system user: .. code-block:: none - set system login user myvyosuser level admin set system login user myvyosuser authentication plaintext-password mysecurepassword Set up :ref:`ssh_key_based_authentication`: |