2023-04-12 07:04:15 +00:00
|
|
|
# sshlogin2pushover
|
2023-04-12 08:01:14 +00:00
|
|
|
### Decription
|
2023-04-12 08:28:18 +00:00
|
|
|
> This script automatically sends a notification to pushover when SSH login to the server. <br>
|
|
|
|
|
> This can have some advantages in security,
|
2023-04-12 07:55:28 +00:00
|
|
|
#### To install, clone the repository
|
2023-04-12 07:52:19 +00:00
|
|
|
```bash
|
|
|
|
|
git clone https://git.moelle.space/ymoelle/sshlogin2pushover.git
|
|
|
|
|
```
|
2023-04-12 07:55:28 +00:00
|
|
|
#### Start the install script
|
2023-04-12 07:52:19 +00:00
|
|
|
```bash
|
|
|
|
|
sh sshlogin2pushover/install.sh
|
|
|
|
|
```
|
2023-04-12 07:55:41 +00:00
|
|
|
#### Enter your API Key and User Token, thats it!
|
2023-04-12 07:58:19 +00:00
|
|
|
<br />
|
2023-04-12 07:58:42 +00:00
|
|
|
|
|
|
|
|
#### If you want to uninstall, just run the uninstall.sh
|
2023-04-12 07:53:10 +00:00
|
|
|
```bash
|
|
|
|
|
sh sshlogin2pushover/uninstall.sh
|
2023-04-12 07:58:19 +00:00
|
|
|
```
|