Download and update local authorized_keys file with GitHub, GitLab, or Launchpad.
Download and update local authorized_keys file with GitHub, GitLab, or Launchpad. keysync is a command line utility and service to help keep your local authorized_keys file synced to a master copy of public keys. The program allows syncing from Github, GitLab, Launchpad at the moment. It downloads and filters only keys that you don't already have a local copy of. This application can be used for either as one time sync when run, or running automatically in the background as a systemd service. You can have the file it updated at a preset interval or a custom cron expression, you can even support multiple users and providers.
Download and update local authorized_keys file with GitHub, GitLab, or Launchpad. keysync is a command line utility and service to help keep your local authorized_keys file synced to a master copy of public keys. The program allows syncing from Github, GitLab, Launchpad at the moment. It downloads and filters only keys that you don't already have a local copy of. This application can be used for either as one time sync when run, or running automatically in the background as a systemd service. You can have the file it updated at a preset interval or a custom cron expression, you can even support multiple users and providers.
To install keysync, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install keysync
To see what files were installed by keysync, run:
port contents keysync
To later upgrade keysync, run:
sudo port selfupdate && sudo port upgrade keysync
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.