From 10245e4ab1cc52f63917d170689b5cdae809a5ba Mon Sep 17 00:00:00 2001 From: Stephane Tranchemer Date: Wed, 25 Sep 2024 11:57:31 +0900 Subject: [PATCH 1/3] fix line break --- ReadMe.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index f620f0f..605514b 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,6 +1,7 @@ # Rotate all ssh keys on servers for certain users This script is run locally on your operation Workstation. + These scripts are mainly destinated to rotate the SSH key, a set of scripts is for admin users, the other is for normal users. - create new key with name scheme <<< to specify >>> @@ -34,6 +35,7 @@ server_pem_archive_folder=~/folder/for/archive/pems/ ### server_list file This file is not kept in the repository for security purpose. <<< to specify >>> + This file is semicolon ';' separated and not ',' as usual. The reason is that the authorization key settings block is comma separated. - Server: server name as to which to connect to @@ -46,6 +48,7 @@ This file is semicolon ';' separated and not ',' as usual. The reason is that th ### `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. + Folders are defined in the settings.ini Must have -g flag set to run @@ -79,6 +82,7 @@ Options are ### `user-add-ssh-key.sh` This script does not provide key, you need to provide a public key + Add a user public key to the admin user on a server - -h override single host name From 147c256cac5b5ee168906ce133b353e5a1e2eb3a Mon Sep 17 00:00:00 2001 From: Stephane Tranchemer Date: Wed, 25 Sep 2024 11:58:03 +0900 Subject: [PATCH 2/3] fix description --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 605514b..fe1e232 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,6 +1,6 @@ # Rotate all ssh keys on servers for certain users -This script is run locally on your operation Workstation. +These scripts is run locally on your operation Workstation. These scripts are mainly destinated to rotate the SSH key, a set of scripts is for admin users, the other is for normal users. From 00d378bf9c8eab7ab861545c091df004f2493780 Mon Sep 17 00:00:00 2001 From: Stephane Tranchemer Date: Wed, 25 Sep 2024 11:58:24 +0900 Subject: [PATCH 3/3] fix description --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index fe1e232..3bdeaa8 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,6 +1,6 @@ # Rotate all ssh keys on servers for certain users -These scripts is run locally on your operation Workstation. +These scripts are run locally on your operation Workstation. These scripts are mainly destinated to rotate the SSH key, a set of scripts is for admin users, the other is for normal users.