2025-04-26 00:31:28 +02:00
2021-10-27 01:40:53 +02:00
2023-09-23 21:59:46 +02:00
2025-04-26 00:31:28 +02:00
2023-09-20 02:41:27 +02:00
2023-09-20 02:39:13 +02:00
2023-09-23 21:59:46 +02:00
2023-09-19 21:39:28 +02:00
2023-09-20 02:39:13 +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)

Setup

Install dependencies

pip3 install -r requirements.txt

Create configuration file

Rename config-example.yaml to config.yaml and set your own data.

Usage

Sync

Run ./sync.py or python3 sync.py

Sync

Monitor

Run ./monitor.py or python3 monitor.py

Monitor

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%