From c4ac824d677da45ec1bb74321a106d46adc8eff7 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 3 Sep 2024 18:36:06 +0900 Subject: [PATCH] Update Readme --- ReadMe.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 51d9ad2..4f33732 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -39,14 +39,14 @@ This file is semicolon ';' separated and not ',' as usual. The reason is that th ## Scripts -### `rotate-ssh-keys.sh` +### `admin-rotate-ssh-keys.sh` Will create a new key and deploy on the server and move the PEM part to the local SSH folder Must have -g flag set to run -### `remove-old-ssh-keys.sh` +### `admin-remove-old-ssh-keys.sh` Will check in the previous ssh public key folder and remove this entry from the remote server @@ -71,3 +71,23 @@ Options are - -h override single host name - -u override user name for a host + +### `user-add-ssh-key.sh` + +Add a user public key to the admin user on a server + +- -h override single host name +- -u override user name for a host +- -k user public key name +- -n dry run +- -g flag for actual change call + +### `user-remove-ssh-key.sh` + +Remove a user public key from the admin user on a server + +- -h override single host name +- -u override user name for a host +- -k user public key name +- -n dry run +- -g flag for actual change call