add readme

This commit is contained in:
2022-08-22 02:54:10 +02:00
parent 430ff3d330
commit 1b0ac5cc4e

8
readme.md Normal file
View File

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