19 lines
		
	
	
		
			523 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			523 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # sshlogin2pushover
 | |
| ### Decription
 | |
| > This script automatically sends a notification to pushover when SSH login to the server. <br>
 | |
| > This can have some advantages in security,
 | |
| #### To install, clone the repository
 | |
| ```bash
 | |
| git clone https://git.moelle.space/hxcde/sshlogin2pushover.git
 | |
| ```
 | |
| #### Start the install script
 | |
| ```bash
 | |
| sh sshlogin2pushover/install.sh
 | |
| ```
 | |
| #### Enter your API Key and User Token, thats it!
 | |
| <br />
 | |
| 
 | |
| #### If you want to uninstall, just run the uninstall.sh
 | |
| ```bash
 | |
| sh sshlogin2pushover/uninstall.sh
 | |
| ``` |