forked from rpms/openssh
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			438 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			438 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Configuration file for the sshd service.
 | |
| 
 | |
| # The server keys are automatically generated if they ommited
 | |
| # to change the automatic creation uncomment the approprite 
 | |
| # line.
 | |
| 
 | |
| # AUTOCREATE_SERVER_KEYS=RSAONLY
 | |
| # AUTOCREATE_SERVER_KEYS=NO
 | |
| AUTOCREATE_SERVER_KEYS=YES
 | |
| 
 | |
| # Do not change this option unless you have hardware random
 | |
| # generator and you REALLY know what you are doing/
 | |
| 
 | |
| export SSH_USE_STRONG_RNG=0
 | |
| # export SSH_USE_STRONG_RNG=1
 | |
|  
 |