From b35da9314085e3f1f4b3a050d878054ef409ed01 Mon Sep 17 00:00:00 2001 From: Toby Date: Wed, 20 Sep 2023 02:43:09 +0200 Subject: [PATCH] update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67dc488..c9a974e 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,22 @@ # Sync SSH Keys + A simple script to sync ssh public keys to multiple servers, without the danger of locking yourself out (since it writes to `authorized_keys2`) + ## Setup ### Install dependencies + ```bash pip3 install -r requirements.txt ``` + ### Create configuration file + Rename `config-example.yaml` to `config.yaml` and set your own data. + ## Usage -Run `./sync.py` or `python3 sync.py` \ No newline at end of file + +Run `./sync.py` or `python3 sync.py`