Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertripoll/auth-notification-alert
Python script to notify about successful SSH logins
https://github.com/robertripoll/auth-notification-alert
auditd geoip geoip2 login notification python python3 ssh successful telegram telegram-api
Last synced: about 1 month ago
JSON representation
Python script to notify about successful SSH logins
- Host: GitHub
- URL: https://github.com/robertripoll/auth-notification-alert
- Owner: robertripoll
- License: mit
- Created: 2024-06-29T21:38:17.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-29T21:52:57.000Z (6 months ago)
- Last Synced: 2024-06-30T02:23:18.456Z (6 months ago)
- Topics: auditd, geoip, geoip2, login, notification, python, python3, ssh, successful, telegram, telegram-api
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auth Notifications Alert
This project is a tool for sending notifications when a SSH login succeeds.
## Requirements
This project requires Python 3.10 or higher.
## Installation
To install the project, follow these steps:
1. Clone the repository:
`git clone https://github.com/robertripoll/auth-notification-alert.git`
2. Install the dependencies:
`pip install -r requirements.txt`
## Usage
**TODO**
## License
This project is licensed under the [MIT License](LICENSE).