Toby Schneider e35593444f update readme
2022-10-03 03:38:27 +02:00
2022-08-28 23:18:59 +02:00
2022-08-22 02:48:04 +02:00
2022-08-28 23:12:48 +02:00
2022-08-28 23:07:52 +02:00
2022-08-22 02:48:04 +02:00
2022-10-03 03:38:27 +02:00

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.

Run cargo run or cargo build --release && ./target/release/sync-ssh-keys

Description
A fast and simple tool to synchronize ssh keys to multiple servers.
https://github.com/tsndr/sync-ssh-keys Readme 233 KiB
Languages
Python 100%