no ssh allow/forward/reject base group was set if an optional sub group was set
Add possibility to chose no login when setting the ssh access type to "...|no_login"
Add a user lock script to move users from ssh allow/foward group to ssh
reject group.
Rename user_create.sh script to create_user.sh script and add new ssh
allow/foward flag in user_list.txt file after group block and before
password name block
Update check last login script with better add/remove from groups
-t test will NOT create an ssh key anymore. The user password list file
gets a .TEST extension
-i info is a new option to just show user/group and ssh key name without
creating anything at all.
Can be used to update old public key names to new format
Has now -t option to turn test on off via command line.
If test is on no user or groups are created, only SSH keys and the zip
file.
Standard ssh key type is now ed25519 and the password gets set with -a
100 flag.
After creation all data is ziped into the zip/ folder for download and
all PEM/PUB/password files are deleted from the folder.
The old user_zip.sh file has been removed because of this.
The script now checks for zip program and zip/ folder existing.
Also base folder must be 600 and root set
The user list file has an update for host name override after the
password file.
If this is set then the server hostname will not be used for file names.
The file name is also back to include the host name but the type changed
to have "#" as separator (can be changed in file) and also ads the ssh
key type to the file