mirror of
https://github.com/m8tin/cis.git
synced 2025-12-06 15:58:26 +01:00
manuals first files
This commit is contained in:
8
manual/core/addNormalUser.sh.md
Normal file
8
manual/core/addNormalUser.sh.md
Normal file
@@ -0,0 +1,8 @@
|
||||
[core/addNormalUser.sh](..//core/addNormalUser.sh)
|
||||
==================================================
|
||||
|
||||
This script adds a normal user to the host on which it was called.
|
||||
|
||||
__Parameters:__
|
||||
1. USER (mandantory)
|
||||
Name of the user who will be added to the host
|
||||
8
manual/core/defineAuthorizedKeysOfUser.sh.md
Normal file
8
manual/core/defineAuthorizedKeysOfUser.sh.md
Normal file
@@ -0,0 +1,8 @@
|
||||
[core/defineAuthorizedKeysOfUser.sh](../core/defineAuthorizedKeysOfUser.sh)
|
||||
===========================================================================
|
||||
|
||||
This script defines the `authorized_keys` file of the given user.
|
||||
It will create a link pointing to the file in definitions to distribute the same settings across all hosts.
|
||||
|
||||
__Parameters:__
|
||||
1. USER (mandantory) Name of the user who will receive the ssh settings.
|
||||
Reference in New Issue
Block a user