Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 521 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 521 Bytes

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