Readme update

This commit is contained in:
Clemens Schwaighofer
2022-03-09 15:34:42 +09:00
parent 971f9afdd5
commit c2bdc6c345

View File

@@ -147,6 +147,13 @@ If a existing pem public key is used, the entry for a new user will be
Not that the password field has now *[ALREADY SET]*
## Get the user data
In the `zip/` folder there is a file named `users.YYYYMMDD-hhmmss.zip`;
This file should be copied localy and then removed from the server
**NOTE** Do not remove the public key data in `ssh-keygen-created-pub/` or the script will create new keys for users in the `user_list.txt` file
### PEM key password reset
The SSH PEM key password can be reset or changed with
@@ -167,8 +174,3 @@ The public key part can be extracted from the SSH PEM key with
`$> ssh-keygen -y -f [PEM].pem > [PEM].pem.pub`
*[PEM]* is the placeholder for the filename
## Get the user data
In the `zip/` folder there is a file named `users.YYYYMMDD-hhmmss.zip`;
This file should be copied localy and then removed from the server