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:
Clemens Schwaighofer
2022-03-15 14:18:04 +09:00
parent 12ef307bdb
commit 4914e3f367

View File

@@ -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/
# #