{"id":24969276,"url":"https://github.com/yianandcode/github-deploy-keys-manager","last_synced_at":"2025-04-11T04:40:29.596Z","repository":{"id":85968854,"uuid":"351718047","full_name":"YianAndCode/github-deploy-keys-manager","owner":"YianAndCode","description":"GitHub deploy keys manager","archived":false,"fork":false,"pushed_at":"2025-01-16T03:41:14.000Z","size":34,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T02:43:45.266Z","etag":null,"topics":["deployment","github"],"latest_commit_sha":null,"homepage":"","language":"Go","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/YianAndCode.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":"2021-03-26T08:50:28.000Z","updated_at":"2025-01-16T03:41:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"6eec8062-b9f2-4ac1-acdf-5eb159ae3832","html_url":"https://github.com/YianAndCode/github-deploy-keys-manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YianAndCode%2Fgithub-deploy-keys-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YianAndCode%2Fgithub-deploy-keys-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YianAndCode%2Fgithub-deploy-keys-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YianAndCode%2Fgithub-deploy-keys-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YianAndCode","download_url":"https://codeload.github.com/YianAndCode/github-deploy-keys-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345274,"owners_count":21088241,"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","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":["deployment","github"],"created_at":"2025-02-03T14:36:56.077Z","updated_at":"2025-04-11T04:40:29.567Z","avatar_url":"https://github.com/YianAndCode.png","language":"Go","readme":"# GitHub Deploy Keys Manager\n\nEnglish | [中文](README_zh.md)\n\n## What is\n\nWhen you use deploy key to deploy multiple repositories on one server, you will need to generate a dedicated key pair for each one (GitHub does not allow you to reuse a deploy key for multiple repositories), `GitHub Deploy Keys Manager` (I call it `gdkm` below) can help you manage your deploy keys easily.\n\n[GitHub Docs about Deploy keys](https://docs.github.com/en/developers/overview/managing-deploy-keys#using-multiple-repositories-on-one-server)\n\n## Usage\n\n### Install\n\nBuild from source\n\n```bash\ngit clone https://github.com/YianAndCode/github-deploy-keys-manager.git\ncd github-deploy-keys-manager\nmake\n```\n\n### Basic use\n\n```bash\n./bin/gdkm -repo={YOUR_REPO_URL}\n# e.g. ./bin/gdkm -repo=git@github.com:YianAndCode/github-deploy-keys-manager.git\n```\n\nAfter you excuting the command above, the key pair will be generated and stored in `$HOME/.ssh/deploy/` by default.\n\nIf you want to specify key path, you can pass the path through `-key-path=`:\n```bash\n./bin/gdkm -repo={YOUR_REPO_URL} -key-path=/path/to/save/key\n```\n\n## TODO:\n\n - [x] Modify ssh_config file automatically\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyianandcode%2Fgithub-deploy-keys-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyianandcode%2Fgithub-deploy-keys-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyianandcode%2Fgithub-deploy-keys-manager/lists"}