From c2bdc6c34521ddeecc53a3413b115cee29f967f0 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 9 Mar 2022 15:34:42 +0900 Subject: [PATCH] Readme update --- Readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 4bcc233..b2ca8d3 100644 --- a/Readme.md +++ b/Readme.md @@ -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