From e35593444ff99fe28bfe2746eb1b5cb32785d235 Mon Sep 17 00:00:00 2001 From: Toby Schneider Date: Mon, 3 Oct 2022 03:38:27 +0200 Subject: [PATCH] update readme --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bc9dbab..bc1aeaa 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,10 @@ # 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`) +## Usage + ### Create configuration file Rename `config-example.yaml` to `config.yaml` and set your own data. -## Usage Run `cargo run` or `cargo build --release && ./target/release/sync-ssh-keys`