fix line break

This commit is contained in:
Stephane Tranchemer
2024-09-25 11:57:31 +09:00
committed by GitHub
parent 4bd7e38f1f
commit 10245e4ab1

View File

@@ -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