Update documentation in user create script
Still used old key value separator and was missing new added user_list.txt file blocks
This commit is contained in:
@@ -2,17 +2,18 @@
|
|||||||
|
|
||||||
# * input file
|
# * input file
|
||||||
# user_list.txt
|
# user_list.txt
|
||||||
# <ignored id>;<user name>;<group>[;override password][;override hostname]
|
# <ignored id>;<user name>;<group>[,sub group,sub group];[override password];[override hostname];[override ssh key type]
|
||||||
# lines with # are skipped
|
# lines with # are skipped
|
||||||
# already created users are skipped
|
# already created users are skipped
|
||||||
|
# Mandatory: <ignored id>;<user name>;<group>
|
||||||
# * output file
|
# * output file
|
||||||
# <date>;<target connect host name>;<hostname>;<username>;<password>
|
# <date>;<target connect host name>;<hostname>;<username>;<password>
|
||||||
# If already existing PEM key is used then <password> is [ALREADY SET]
|
# If already existing PEM key is used then <password> is [ALREADY SET]
|
||||||
#
|
#
|
||||||
# * PEM KEY
|
# * PEM KEY
|
||||||
# <hostname>%<group>%<user>%<ssh key type>.pem
|
# <hostname>#<group>#<user>#<ssh key type>.pem
|
||||||
# * PUBLIC KEY
|
# * PUBLIC KEY
|
||||||
# <hostname>%<group>%<user>%<ssh key type>.pem.pub
|
# <hostname>#<group>#<user>#<ssh key type>.pem.pub
|
||||||
# stored as zip in
|
# stored as zip in
|
||||||
# zip/
|
# zip/
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user