ssh-key-sync
ssh-key-sync copied to clipboard
A tool for synchronizing your GitHub SSH keys onto servers authorized_keys files
Bumps [github.com/shoenig/test](https://github.com/shoenig/test) from 1.7.1 to 1.7.2. Release notes Sourced from github.com/shoenig/test's releases. v1.7.2 What's Changed Changes test: single value variants of MapContainsValue(s) helpers by @alessio-perugini in shoenig/test#151 Full Changelog: https://github.com/shoenig/test/compare/v1.7.1...v1.7.2...
Just realized on macOS it tries to use the Linux default path rather than macOS default path for authorized_keys, even though the --help content is able to specify the correct...
When setting up a new system, one typically needs to create `authorized_keys` themselves, which unlike most files needs to have permission `0600`. It would be nice if we could have...
The systemd timers example doesn't work with SELinux, at least not in any configuration I tried, e.g. ``` type=AVC msg=audit(1658612120.242:76): avc: denied { execute } for pid=1526 comm="(key-sync)" name="ssh-key-sync" dev="dm-0"...
ssh-key-sync should be able to scan for a .config file in each users' home directory, which will allow them to specify their github/gitlab account without the need for sudo
Bumps [github.com/shoenig/test](https://github.com/shoenig/test) from 1.7.1 to 1.8.0. Release notes Sourced from github.com/shoenig/test's releases. v1.8.0 What's Changed Changes test: add DirMode, and DireModeFS by @alessio-perugini in shoenig/test#153 skip: introduce a skip package...