{"id":15103569,"url":"https://github.com/bodgit/puppet-shellinabox","last_synced_at":"2026-01-19T11:32:00.767Z","repository":{"id":57665928,"uuid":"150840947","full_name":"bodgit/puppet-shellinabox","owner":"bodgit","description":"Puppet Module for managing ShellInABox","archived":false,"fork":false,"pushed_at":"2018-09-29T10:32:36.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T18:07:36.743Z","etag":null,"topics":["puppet","shellinbox"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/bodgit/shellinabox","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/bodgit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-29T08:07:09.000Z","updated_at":"2018-09-29T10:37:58.000Z","dependencies_parsed_at":"2022-09-26T20:31:34.098Z","dependency_job_id":null,"html_url":"https://github.com/bodgit/puppet-shellinabox","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bodgit/puppet-shellinabox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-shellinabox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-shellinabox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-shellinabox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-shellinabox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodgit","download_url":"https://codeload.github.com/bodgit/puppet-shellinabox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-shellinabox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28566379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"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":["puppet","shellinbox"],"created_at":"2024-09-25T19:40:32.424Z","updated_at":"2026-01-19T11:32:00.745Z","avatar_url":"https://github.com/bodgit.png","language":"Ruby","readme":"# shellinabox\n\nTested with Travis CI\n\n[![Build Status](https://travis-ci.com/bodgit/puppet-shellinabox.svg?branch=master)](https://travis-ci.com/bodgit/puppet-shellinabox)\n[![Coverage Status](https://coveralls.io/repos/bodgit/puppet-shellinabox/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/bodgit/puppet-shellinabox?branch=master)\n[![Puppet Forge](http://img.shields.io/puppetforge/v/bodgit/shellinabox.svg)](https://forge.puppetlabs.com/bodgit/shellinabox)\n\n#### Table of Contents\n\n1. [Description](#description)\n2. [Setup - The basics of getting started with shellinabox](#setup)\n    * [Setup requirements](#setup-requirements)\n    * [Beginning with shellinabox](#beginning-with-shellinabox)\n3. [Usage - Configuration options and additional functionality](#usage)\n4. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n5. [Limitations - OS compatibility, etc.](#limitations)\n6. [Development - Guide for contributing to the module](#development)\n\n## Description\n\nThis module installs and manages ShellInABox.\n\nRHEL/CentOS is supported using Puppet 4.9.0 or later.\n\n## Setup\n\n### Setup Requirements\n\nOn RHEL/CentOS platforms you will need to have access to the EPEL repository by\nusing [stahnma/epel](https://forge.puppet.com/stahnma/epel) or by other means.\n\n### Beginning with shellinabox\n\nIn the very simplest case, you can just include the following:\n\n```puppet\ninclude ::shellinabox\n```\n\n## Usage\n\nTo run an SSH instance listening on localhost-only suitable for using with a reverse proxy:\n\n```puppet\nclass { '::shellinabox':\n  disable_ssl      =\u003e true,\n  disable_ssl_menu =\u003e true,\n  localhost_only   =\u003e true,\n  services         =\u003e {\n    '/' =\u003e 'SSH',\n  },\n}\n```\n\n## Reference\n\nThe reference documentation is generated with\n[puppet-strings](https://github.com/puppetlabs/puppet-strings) and the latest\nversion of the documentation is hosted at\n[https://bodgit.github.io/puppet-shellinabox/](https://bodgit.github.io/puppet-shellinabox/).\n\n## Limitations\n\nThis module has been built on and tested against Puppet 4.9.0 and higher.\n\nThe module has been tested on:\n\n* CentOS/Red Hat Enterprise Linux 6/7\n\n## Development\n\nThe module has both [rspec-puppet](http://rspec-puppet.com) and\n[beaker-rspec](https://github.com/puppetlabs/beaker-rspec) tests. Run them\nwith:\n\n```\n$ bundle exec rake test\n$ PUPPET_INSTALL_TYPE=agent PUPPET_INSTALL_VERSION=x.y.z bundle exec rake beaker:\u003cnodeset\u003e\n```\n\nPlease log issues or pull requests at\n[github](https://github.com/bodgit/puppet-shellinabox).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fpuppet-shellinabox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodgit%2Fpuppet-shellinabox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fpuppet-shellinabox/lists"}