{"id":21134102,"url":"https://github.com/horgix/github-ssh-keys-fetcher","last_synced_at":"2026-04-11T08:05:07.150Z","repository":{"id":95051157,"uuid":"129903219","full_name":"Horgix/github-ssh-keys-fetcher","owner":"Horgix","description":"Configure system users and their authorized SSH keys from Github Org/Teams","archived":false,"fork":false,"pushed_at":"2018-07-18T08:22:28.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-24T15:36:55.699Z","etag":null,"topics":["ansible","fetch","github","ssh","ssh-key"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Horgix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-17T12:45:21.000Z","updated_at":"2018-07-17T23:05:51.000Z","dependencies_parsed_at":"2023-06-11T22:48:17.508Z","dependency_job_id":null,"html_url":"https://github.com/Horgix/github-ssh-keys-fetcher","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Horgix/github-ssh-keys-fetcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horgix%2Fgithub-ssh-keys-fetcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horgix%2Fgithub-ssh-keys-fetcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horgix%2Fgithub-ssh-keys-fetcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horgix%2Fgithub-ssh-keys-fetcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Horgix","download_url":"https://codeload.github.com/Horgix/github-ssh-keys-fetcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horgix%2Fgithub-ssh-keys-fetcher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267476445,"owners_count":24093512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","fetch","github","ssh","ssh-key"],"created_at":"2024-11-20T06:23:15.714Z","updated_at":"2026-04-11T08:05:07.121Z","avatar_url":"https://github.com/Horgix.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"```bash\nexport GITHUB_ORG=\"my-github-organization\"\nfor login in `http https://api.github.com/orgs/${GITHUB_ORG}/members -p b | jq '.[].login' | tr -d '\"'` ; do http https://api.github.com/users/${login}/keys -p b | jq '.[].key' ; done\n```\n\n# Ideas\n\n## Get refreshed from Github Organization webhooks\n\nIdeally, when using this, you want to keep your users synced to the Team\nmembers, and thus remove people when they are removed from the Team and/or\nOrganization.\n\nThis could be notified directly by [Github\nwebhooks](https://developer.github.com/webhooks/), especially since\n[Organization webhooks were\nadded](https://developer.github.com/changes/2014-12-03-preview-the-new-organization-webhooks-api/)\n\n\n## Backups\n\nBackup `/etc/passwd`, `/etc/group` and `/etc/shadow` files with Ansible instead\nof the current wrapper shell scripts?\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorgix%2Fgithub-ssh-keys-fetcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhorgix%2Fgithub-ssh-keys-fetcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorgix%2Fgithub-ssh-keys-fetcher/lists"}