From 37850e2f6f9efed96c9e807fd98623465337d330 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 30 Dec 2019 11:28:52 +0100 Subject: remove all enclosing '' from cfgcmd/opcmd --- docs/system/user-management.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/system/user-management.rst') diff --git a/docs/system/user-management.rst b/docs/system/user-management.rst index b2dd3d08..bb9a6e90 100644 --- a/docs/system/user-management.rst +++ b/docs/system/user-management.rst @@ -15,23 +15,23 @@ Authentication Dial-In User Service)` accounts are supported. Local ===== -.. cfgcmd:: set system login user '' full-name "" +.. cfgcmd:: set system login user full-name "" Create new system user with username `` and real-name specified by ``. -.. cfgcmd:: set system login user '' authentication plaintext-password '' +.. cfgcmd:: set system login user authentication plaintext-password Specify the plaintext password user by user `` on this system. The plaintext password will be automatically transferred into a secure hashed password and not saved anywhere in plaintext. -.. cfgcmd:: set system login user '' authentication encrypted-password '' +.. cfgcmd:: set system login user authentication encrypted-password Setup encrypted password for given username. This is usefull for transferring a hashed password from system to system. -.. cfgcmd:: set system login user '' group '' +.. cfgcmd:: set system login user group Specify additional group membership for given username ``. @@ -55,12 +55,12 @@ and paste it. Some terminal emulators may accidentally split this over several lines. Be attentive when you paste it that it only pastes as a single line. The third part is simply an identifier, and is for your own reference. -.. cfgcmd:: set system login user '' authentication public-keys '' key '' +.. cfgcmd:: set system login user authentication public-keys key Assign the SSH public key portion `` identified by per-key `` to the local user ``. -.. cfgcmd:: set system login user '' authentication public-keys '' type '' +.. cfgcmd:: set system login user authentication public-keys type Every SSH public key portion referenced by `` requires the configuration of the `` of public-key used. This type can be any of: @@ -75,7 +75,7 @@ The third part is simply an identifier, and is for your own reference. .. note:: You can assign multiple keys to the same user by using a unique identifier per SSH key. -.. cfgcmd:: loadkey '' '' +.. cfgcmd:: loadkey SSH keys can not only be specified on the command-line but also loaded for a given user with `` from a file pointed to by `.` Keys @@ -113,17 +113,17 @@ Dial-In User Service)` servers as backend for user authentication. Configuration ------------- -.. cfgcmd:: set system login radius server '
' secret '' +.. cfgcmd:: set system login radius server
secret Specify the `
` of the RADIUS server user with the pre-shared-secret given in ``. Multiple servers can be specified. -.. cfgcmd:: set system login radius server '
' port '' +.. cfgcmd:: set system login radius server
port Configure the discrete port under which the RADIUS server can be reached. This defaults to 1812. -.. cfgcmd:: set system login radius server '
' timeout '' +.. cfgcmd:: set system login radius server
timeout Setup the `` in seconds when querying the RADIUS server. @@ -132,7 +132,7 @@ Configuration the attribute you will only get regular, non privilegued, system users. -.. cfgcmd:: set system login radius source-address '
' +.. cfgcmd:: set system login radius source-address
RADIUS servers could be hardened by only allowing certain IP addresses to connect. As of this the source address of each RADIUS query can be @@ -148,12 +148,12 @@ Login Banner You are able to set post-login or pre-login banner messages to display certain information for this system. -.. cfgcmd:: set system login banner pre-login '' +.. cfgcmd:: set system login banner pre-login Configure `` which is shown during SSH connect and before a user is logged in. -.. cfgcmd:: set system login banner post-login '' +.. cfgcmd:: set system login banner post-login Configure `` which is shown after user has logged in to the system. -- cgit v1.2.3