From 1b0ac5cc4e0efb9010968f87e9d2a6dc7758f7ad Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Mon, 22 Aug 2022 02:54:10 +0200 Subject: [PATCH] add readme --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..bc9dbab --- /dev/null +++ b/readme.md @@ -0,0 +1,8 @@ +# 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`) + +### 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`