{"id":26642693,"url":"https://github.com/teguru-labs/ssh-config-generator","last_synced_at":"2025-09-12T00:33:09.736Z","repository":{"id":214270237,"uuid":"734595568","full_name":"teguru-labs/ssh-config-generator","owner":"teguru-labs","description":"SSH Config Generator","archived":false,"fork":false,"pushed_at":"2025-03-09T09:47:59.000Z","size":49,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-09T10:25:32.012Z","etag":null,"topics":["ssh","ssh-config"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teguru-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"patreon":"devsuccess101","custom":["https://paypal.me/kimyvgy"]}},"created_at":"2023-12-22T05:08:36.000Z","updated_at":"2025-03-09T09:48:04.000Z","dependencies_parsed_at":"2023-12-27T04:11:35.402Z","dependency_job_id":"28e0d0b0-6f2d-4571-a387-ca659972ae77","html_url":"https://github.com/teguru-labs/ssh-config-generator","commit_stats":null,"previous_names":["devsuccess101/ssh-config-generator","teguru-labs/ssh-config-generator"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teguru-labs%2Fssh-config-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teguru-labs%2Fssh-config-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teguru-labs%2Fssh-config-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teguru-labs%2Fssh-config-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teguru-labs","download_url":"https://codeload.github.com/teguru-labs/ssh-config-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245336935,"owners_count":20598788,"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":["ssh","ssh-config"],"created_at":"2025-03-24T19:27:24.533Z","updated_at":"2025-03-24T19:27:25.180Z","avatar_url":"https://github.com/teguru-labs.png","language":"Rust","funding_links":["https://patreon.com/devsuccess101","https://paypal.me/kimyvgy"],"categories":[],"sub_categories":[],"readme":"# SSH Config Generator\n\n## Installation\n\n### Binary file\n\nPlease download the binary file from [the release page](https://github.com/teguru-labs/ssh-config-generator/releases/latest).\n\n**MacOS:**\n\n```bash\nwget https://github.com/teguru-labs/ssh-config-generator/releases/download/v0.1.0/ssh-config_aarch64-apple-darwin -O ssh-config \\\n    \u0026\u0026 sudo chmod +x ssh-config \\\n    \u0026\u0026 sudo mv ssh-config /usr/local/bin\n```\n\n**Linux:**\n\n```bash\nwget https://github.com/teguru-labs/ssh-config-generator/releases/download/v0.1.0/ssh-config_x86_64-unknown-linux-gnu -O ssh-config \\\n    \u0026\u0026 sudo chmod +x ssh-config \\\n    \u0026\u0026 sudo mv ssh-config /usr/local/bin\n```\n\n**Verification:**\n\n```bash\nssh-config --version\n```\n\n### Build from source\n\n```bash\ngit clone git@github.com:teguru-labs/ssh-config-generator.git\ncargo build --release --bin ssh-config\n```\n\nThe output file is `./target/release/ssh-config`.\n\n## Usage\n\n```bash\nSSH Config Generator\n\nUsage: ssh-config [OPTIONS] --user \u003cUSER\u003e --host \u003cHOST\u003e\n\nOptions:\n  -u, --user \u003cUSER\u003e                    SSH user\n  -h, --host \u003cHOST\u003e                    SSH hostname\n  -i, --identity-file \u003cIDENTITY_FILE\u003e  Indentity file\n  -o, --output \u003cOUTPUT\u003e                Output file\n      --help                           Print help\n  -V, --version                        Print version\n```\n\n### Generate SSH Config\n\n```bash\nssh-config -u user -i ~/.ssh/id_rsa -h 127.0.0.1 -h 127.0.0.2\n```\n\nOutput:\n\n```bash\n# generated via `ssh-config` - SSH Config Generator:\nHost node1\n  Hostname 127.0.0.1\n  User user\n  Identity file /home/kimyvgy/.ssh/id_rsa\nHost node2\n  Hostname 127.0.0.2\n  User user\n  Identity file /home/kimyvgy/.ssh/id_rsa\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteguru-labs%2Fssh-config-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteguru-labs%2Fssh-config-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteguru-labs%2Fssh-config-generator/lists"}