update readme

This commit is contained in:
Toby Schneider
2022-10-03 03:38:27 +02:00
committed by GitHub
parent 9f6b5bb28f
commit e35593444f

View File

@@ -1,8 +1,10 @@
# Sync SSH Keys # 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`) 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 ### Create configuration file
Rename `config-example.yaml` to `config.yaml` and set your own data. 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` Run `cargo run` or `cargo build --release && ./target/release/sync-ssh-keys`