
 
		
		
    
-  login ssh
 
	
	
 
 
 
		
			
	+ Responder ao Tópico
	
	
	
	
	
	
		
			
- 
	
	
		
		
			
				
				
				
					
 login ssh
				
				
						
							
							
						
						
				
					
						
							amigos editei o /etc/sshd_config para tentar só 2 vezes login, usei MaxStartups 2 
o q esta errado?
						
					 
					
				 
			 
			
			
		 
	 
		
	
 
- 
	
	
		
		
			
				
				
				
					
 login ssh
				
				
						
						
				
					
						
							#man sshd_config
     MaxStartups
             Specifies the maximum number of concurrent unauthenticated con-
             nections to the sshd daemon.  Additional connections will be
             dropped until authentication succeeds or the LoginGraceTime
             expires for a connection.  The default is 10.
     MaxAuthTries
             Specifies the maximum number of authentication attempts permitted
             per connection.  Once the number of failures reaches half this
             value, additional failures are logged.  The default is 6.
http://www.openbsd.org/cgi-bin/man.c...ry=sshd_config
						
					 
					
				 
			 
			
			
		 
	 
		
	
 
- 
	
	
		
		
			
				
				
				
					
 login ssh
				
				
						
						
				
					
						
							so valeu 1c3_m4n, nao tinha encontrado essa opção MaxAuthTries 
obrigado
						
					 
					
				 
			 
			
			
		 
	 
		
	
 
- 
	
	
		
		
			
				
				
				
					
 login ssh
				
				
						
						
							
						
				
					
						
							tentei colocar sua opção, mas nao funcionou
parece o seguinte erro:
/etc/ssh/sshd_config: line 39: Bad configuration option: MaxAuthTries
/etc/ssh/sshd_config: terminating, 1 bad configuration options
estou usando o slack 10 com o OpenSSH_3.8.1p1
o que pode ser ?