2021-03-04 21:37:06 +01:00
2021-03-04 21:37:06 +01:00
2021-03-13 22:57:53 +01:00
2021-03-04 21:56:42 +01:00
2021-03-04 21:37:06 +01:00
2021-03-13 16:12:36 +01: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

Run ./sync.py or python3 sync.py

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%