mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	ssh config: add HashKnownHosts
This commit is contained in:
		
							parent
							
								
									898b30cccc
								
							
						
					
					
						commit
						a87af2c43c
					
				| @ -2,6 +2,11 @@ | ||||
| # access, but they should require SSH key authentication anyway. | ||||
| 
 | ||||
| Host * | ||||
|     # Ensure KnownHosts are unreadable if leaked. | ||||
|     # While you might be reading this file from GitHub, I haven't | ||||
|     # specified all hosts here. | ||||
|     HashKnownHosts yes | ||||
|      | ||||
|     # Verify SSHFP records. In case DNSSEC is used this skips the | ||||
|     # question on whether you trust the fingerprint or not. | ||||
|     VerifyHostKeyDNS=yes | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user