From 10245e4ab1cc52f63917d170689b5cdae809a5ba Mon Sep 17 00:00:00 2001 From: Stephane Tranchemer Date: Wed, 25 Sep 2024 11:57:31 +0900 Subject: [PATCH] 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