mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			265 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			265 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ## Version 2022/08/07
 | |
| # Fail2Ban jail configuration for unRAID sshd
 | |
| # Works OOTB with defaults
 | |
| 
 | |
| # chain set to INPUT to apply bans at the host level
 | |
| 
 | |
| [unraid-sshd]
 | |
| 
 | |
| enabled  = false
 | |
| port     = ssh
 | |
| logpath  = %(var_log_path)s/syslog
 | |
| filter   = sshd[mode=aggressive]
 |