You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber 30b5d7c51b Initial Commit 2 years ago
..
README Initial Commit 2 years ago
keys-sync.service Initial Commit 2 years ago

README

To install the sync service
===========================

Systemd:
  1) Copy the systemd/keys-sync.service file to /etc/systemd/system/
  2) Modify ExecStart path and User as necessary. If SSH Key Authority is installed under /home, disable ProtectHome.
  3) Run: systemctl daemon-reload
  4) Run: systemctl enable keys-sync.service