{"id":23297312,"url":"https://github.com/mrjacob12/ssh-alert","last_synced_at":"2026-03-06T22:31:25.293Z","repository":{"id":206419776,"uuid":"589324403","full_name":"MrJacob12/ssh-alert","owner":"MrJacob12","description":"SSH Alert","archived":false,"fork":false,"pushed_at":"2024-07-05T17:00:46.000Z","size":95,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T05:58:47.515Z","etag":null,"topics":["rust","ssh-alert"],"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/MrJacob12.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}},"created_at":"2023-01-15T19:57:59.000Z","updated_at":"2024-07-11T19:31:12.000Z","dependencies_parsed_at":"2023-11-09T14:47:38.582Z","dependency_job_id":null,"html_url":"https://github.com/MrJacob12/ssh-alert","commit_stats":null,"previous_names":["mrjacob12/ssh-alert"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MrJacob12/ssh-alert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrJacob12%2Fssh-alert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrJacob12%2Fssh-alert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrJacob12%2Fssh-alert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrJacob12%2Fssh-alert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrJacob12","download_url":"https://codeload.github.com/MrJacob12/ssh-alert/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrJacob12%2Fssh-alert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30200975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"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":["rust","ssh-alert"],"created_at":"2024-12-20T07:17:13.843Z","updated_at":"2026-03-06T22:31:25.273Z","avatar_url":"https://github.com/MrJacob12.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003essh-alert\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![GitHub Issues](https://img.shields.io/github/issues/MrJacob12/ssh-alert.svg)](https://github.com/MrJacob12/ssh-alert/issues)\n[![License](https://img.shields.io/github/license/MrJacob12/ssh-alert.svg)](/LICENSE)\n\n\u003c/div\u003e\n\n\u003c!-- ## 📝 Table of Contents --\u003e\n\u003c!-- -  --\u003e\n\u003c!-- - [Deployment](#deployment) --\u003e\n\u003c!-- - [Usage](#usage) --\u003e\n\u003c!-- - [Getting Started](#getting_started)\n- [Built Using](#built_using) --\u003e\n\n- [🧐 About ](#-about-)\n- [🏁 Getting Started ](#-getting-started-)\n  - [Installing](#installing)\n- [⛏️ Built Using ](#️-built-using-)\n- [📝 License](#-license)\n- [✍️ Authors ](#️-authors-)\n\n## 🧐 About \u003ca name = \"about\"\u003e\u003c/a\u003e\n\nssh alert is a simple tool to alert you when someone is trying to login to your server via ssh.\n\u003cimg src=\"./s1.png\"\u003e\n\n## 🏁 Getting Started \u003ca name = \"getting_started\"\u003e\u003c/a\u003e\n\n### Installing\n\n```bash\ngit clone https://github.com/MrJacob12/ssh-alert\n```\n\n```bash\ncargo build --release\n```\n\nRun app as root\n\n```bash\nsudo ./main\n```\n\nThe first run will create a configuration file to `/etc/ssl-alert/config.yml` Complete this configuration:\n\n```yaml\nsmtp_server: smtp.gmail.com\nusername: Username to google.smtp\npassword: Password to google.smtp\nfrom: Email from\nto: Email to send alert\npath: Path to ssh-alert executable file\n```\n\nSecond run as root create pam script to handle success login. If you want to change path to executable file after second run, you need to change path in `/etc/pam.scripts/ssh_alert.sh`\n\n## ⛏️ Built Using \u003ca name = \"built_using\"\u003e\u003c/a\u003e\n\n- [Rust](https://www.rust-lang.org/)\n\n## 📝 License\n\nThis project is [MIT](https://github.com/MrJacob12/ssh-alert/blob/master/LICENSE) licensed.\n\n## ✍️ Authors \u003ca name = \"authors\"\u003e\u003c/a\u003e\n\n- [@MrJacob12](https://github.com/mrjacob12)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrjacob12%2Fssh-alert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrjacob12%2Fssh-alert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrjacob12%2Fssh-alert/lists"}