Files
sync-ssh-keys/README.md
2021-03-04 21:40:06 +01:00

14 lines
243 B
Markdown

# Sync SSH Keys
## Setup
### Install dependencies
```bash
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`