forked from rpms/openssh
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			407 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			407 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Configuration file for the sshd service.
 | |
| 
 | |
| # The server keys are automatically generated if they are missing.
 | |
| # To change the automatic creation, adjust sshd.service options for
 | |
| # example using  systemctl enable sshd-config@dsa.service for DSA keys
 | |
| 
 | |
| # Do not change this option unless you have hardware random
 | |
| # generator and you REALLY know what you are doing
 | |
| 
 | |
| SSH_USE_STRONG_RNG=0
 | |
| # SSH_USE_STRONG_RNG=1
 |