mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			394 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			394 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ## Version 2022/08/06
 | |
| # Fail2Ban jail configuration for sshd
 | |
| 
 | |
| [sshd]
 | |
| 
 | |
| # To use more aggressive sshd modes set filter parameter "mode" in jail.local:
 | |
| # normal (default), ddos, extra or aggressive (combines all).
 | |
| # See "tests/files/logs/sshd" or "filter.d/sshd.conf" for usage example and details.
 | |
| #mode   = normal
 | |
| enabled  = false
 | |
| port    = ssh
 | |
| logpath = %(sshd_log)s
 | |
| backend = %(sshd_backend)s
 |