{"id":20589684,"url":"https://github.com/coreos/console-login-helper-messages","last_synced_at":"2025-07-25T02:33:25.228Z","repository":{"id":40243031,"uuid":"148832341","full_name":"coreos/console-login-helper-messages","owner":"coreos","description":"A set of scripts to show helpful system information to the login terminal.","archived":false,"fork":false,"pushed_at":"2024-11-18T17:51:16.000Z","size":295,"stargazers_count":12,"open_issues_count":9,"forks_count":21,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-14T22:10:00.224Z","etag":null,"topics":["getty","linux"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coreos.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-09-14T19:20:07.000Z","updated_at":"2024-11-18T17:51:30.000Z","dependencies_parsed_at":"2023-11-22T00:58:42.546Z","dependency_job_id":"5fd86933-9315-4362-b001-89512df70522","html_url":"https://github.com/coreos/console-login-helper-messages","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/coreos/console-login-helper-messages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreos%2Fconsole-login-helper-messages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreos%2Fconsole-login-helper-messages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreos%2Fconsole-login-helper-messages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreos%2Fconsole-login-helper-messages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coreos","download_url":"https://codeload.github.com/coreos/console-login-helper-messages/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreos%2Fconsole-login-helper-messages/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266944270,"owners_count":24010485,"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-25T02:00:09.625Z","response_time":70,"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":["getty","linux"],"created_at":"2024-11-16T07:30:39.851Z","updated_at":"2025-07-25T02:33:25.201Z","avatar_url":"https://github.com/coreos.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n[![GitHub Release](https://img.shields.io/github/release/coreos/console-login-helper-messages/all.svg)](https://github.com/coreos/console-login-helper-messages/releases/)\n\n# console-login-helper-messages\n\nShows helper messages at or before login using `motd`, `issue`, and `profile`.\n\nUseful in situations where a desktop environment is not available and information is communicated through the terminal.\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**  *generated with [DocToc](https://github.com/thlorenz/doctoc)*\n\n- [Messages shown](#messages-shown)\n  - [Example](#example)\n- [Installation](#installation)\n- [Customizing](#customizing)\n- [Development](#development)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Messages shown\n\nThe following messages will show before or upon login after installing `console-login-helper-messages` and enabling the needed units (see [manual](doc/manual.md)).\n\n- issuegen:\n  - SSH keys (before login)\n  - Network interface information (before login)\n- motdgen:\n  - OS release information (at login)\n- profile:\n  - Failed systemd units (at login)\n\n### Example\n\nBefore login (serial console):\n\n```\nSSH host key: SHA256:yP+/44/bfuj6UKHdUwAVURsO3y6haKLKfSFNcnmn7bY (ECDSA)\nSSH host key: SHA256:gGDZ/JQzwL76UpT29dyZ/M6Zua7QvGyegP8aTLc/D+Y (DSA)\nSSH host key: SHA256:nQEysCYP3hZgkus2+e28KQGrs0pRI2NOgJGQ6L8PnyU (RSA)\nSSH host key: SHA256:A3c6toZ3/eTMKNDmyyG9CYUSWsdSunmTeOC68iuDfAg (ED25519)\neth0: 192.168.122.36 fe80::5054:ff:fe85:43a6\n```\n\nAt login:\n\n```\nFedora (29 (Cloud Edition))\n[systemd]\nFailed Units: 1\n    var-srv.mount\n```\n\n## Installation\n\nSee the [manual](doc/manual.md#Installation).\n\nTo verify working package functionality manually (for now), see the\n[reviewers](doc/reviewers.md) doc.\n\n## Customizing\n\nThe motd/issue messages are defaults and can be disabled following the [manual](doc/manual.md#Disabling-messages).\n## Development\n\nFor information on contributing and testing changes in a virtual\nmachine, see the [development README](doc/development.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreos%2Fconsole-login-helper-messages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoreos%2Fconsole-login-helper-messages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreos%2Fconsole-login-helper-messages/lists"}