From a5ad6845857ba0027971da68c42ad37497a89490 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 25 Sep 2024 12:03:19 +0900 Subject: [PATCH] Update the readme file with ssh key name scheme description --- ReadMe.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index f620f0f..394d507 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -3,7 +3,10 @@ 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 >>> +- create new key with name scheme + - Name consits out of the server location (`awsN-REGION_server name_user name`) + - the `awsN-REGION_server name_` is the hostname in the `server_list.csv` file + - the `user name` is the username in the `server_list.csv` file - copy to server to - $ADMIN/.ssh (this usage is to be ended for admin user, only if such key already exist) - /etc/ssh/authorized_keys--master