{"id":32135116,"url":"https://github.com/voxpupuli/puppet-ssh_keygen","last_synced_at":"2026-03-10T01:34:35.222Z","repository":{"id":5825646,"uuid":"7041138","full_name":"voxpupuli/puppet-ssh_keygen","owner":"voxpupuli","description":"Generation of ssh keys with ssh-keygen","archived":false,"fork":false,"pushed_at":"2025-12-29T19:27:15.000Z","size":228,"stargazers_count":17,"open_issues_count":4,"forks_count":24,"subscribers_count":43,"default_branch":"master","last_synced_at":"2026-02-19T12:42:14.173Z","etag":null,"topics":["hacktoberfest","puppet"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/puppet/ssh_keygen","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voxpupuli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"open_collective":"vox-pupuli","github":"voxpupuli"}},"created_at":"2012-12-06T18:59:40.000Z","updated_at":"2025-12-29T19:27:16.000Z","dependencies_parsed_at":"2023-12-19T08:34:44.158Z","dependency_job_id":"b1fd611d-4489-49cf-929b-76ccf7a7b210","html_url":"https://github.com/voxpupuli/puppet-ssh_keygen","commit_stats":{"total_commits":130,"total_committers":19,"mean_commits":6.842105263157895,"dds":0.4461538461538461,"last_synced_commit":"4567fcab26cb797145cf8d28d9da19951f9ea41f"},"previous_names":["maestrodev/puppet-ssh_keygen"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/voxpupuli/puppet-ssh_keygen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-ssh_keygen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-ssh_keygen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-ssh_keygen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-ssh_keygen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voxpupuli","download_url":"https://codeload.github.com/voxpupuli/puppet-ssh_keygen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-ssh_keygen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30320889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hacktoberfest","puppet"],"created_at":"2025-10-21T03:41:57.754Z","updated_at":"2026-03-10T01:34:35.103Z","avatar_url":"https://github.com/voxpupuli.png","language":"Ruby","funding_links":["https://opencollective.com/vox-pupuli","https://github.com/sponsors/voxpupuli"],"categories":[],"sub_categories":[],"readme":"# puppet-ssh_keygen\n[![Build Status](https://github.com/voxpupuli/puppet-ssh_keygen/workflows/CI/badge.svg)](https://github.com/voxpupuli/puppet-ssh_keygen/actions?query=workflow%3ACI)\n[![Release](https://github.com/voxpupuli/puppet-ssh_keygen/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-ssh_keygen/actions/workflows/release.yml)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/ssh_keygen.svg)](https://forge.puppetlabs.com/puppet/ssh_keygen)\n[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/ssh_keygen.svg)](https://forge.puppetlabs.com/puppet/ssh_keygen)\n[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/ssh_keygen.svg)](https://forge.puppetlabs.com/puppet/ssh_keygen)\n[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/ssh_keygen.svg)](https://forge.puppetlabs.com/puppet/ssh_keygen)\n[![puppetmodule.info docs](http://www.puppetmodule.info/images/badge.png)](http://www.puppetmodule.info/m/puppet-ssh_keygen)\n[![Apache-2 License](https://img.shields.io/github/license/voxpupuli/puppet-ssh_keygen.svg)](LICENSE)\n[![Donated by maestrodev](https://img.shields.io/badge/donated%20by-maestrodev-fb7047.svg)](#authors)\n\n## Table of Contents\n\n1. [Usage - Configuration options and additional functionality](#usage)\n1. [Development - Guide for contributing to the module](#development)\n\n## Usage\n\nGenerate ssh keys for any user using ssh_keygen, that needs exist before using\nthe module\n\n```puppet\nssh_keygen { 'john': }\n```\n\nor if not using the default `/home/john`\n\n```puppet\nssh_keygen { 'john':\n  home =\u003e '/var/home'\n}\n```\n\nthe key comment can also be overriden with\n\n```puppet\nssh_keygen { 'john':\n  comment =\u003e 'john key'\n}\n```\n\nGenerate a dsa key\n\n```puppet\nssh_keygen { 'john':\n  type =\u003e 'dsa'\n}\n```\n\nspecify the bit length\n\n```puppet\nssh_keygen { 'john':\n  bits =\u003e 4096\n}\n```\n\nGenerate new host key\n\n```puppet\nssh_keygen { 'root':\n  filename =\u003e '/etc/ssh/ssh_host_rsa_key'\n}\n```\n\n## Development\n\nThis module is maintained by [Vox Pupuli](https://voxpupuli.org/). Voxpupuli\nwelcomes new contributions to this module, especially those that include\ndocumentation and rspec tests. We are happy to provide guidance if necessary.\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for more details.\n\n### Authors\n\n* Carlos Sanchez \u003ccsanchez@maestrodev.com\u003e\n* Vox Pupuli Team\n\nCarlos initially created the module. Afterwards it got migrated to Vox Pupuli.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-ssh_keygen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxpupuli%2Fpuppet-ssh_keygen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-ssh_keygen/lists"}