initial commit
This commit is contained in:
		
							
								
								
									
										17
									
								
								ssh_config
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								ssh_config
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
Include ${CREDENTIALS_DIRECTORY}/ssh_config
 | 
			
		||||
Host default
 | 
			
		||||
    IdentitiesOnly yes
 | 
			
		||||
    StreamLocalBindMask 0111
 | 
			
		||||
    StreamLocalBindUnlink yes
 | 
			
		||||
    DynamicForward ${RUNTIME_DIRECTORY}/sock
 | 
			
		||||
    SessionType none
 | 
			
		||||
    ExitOnForwardFailure yes
 | 
			
		||||
    ServerAliveInterval 60
 | 
			
		||||
    IdentityFile ${CREDENTIALS_DIRECTORY}/ssh_privatekey
 | 
			
		||||
    StrictHostKeyChecking accept-new
 | 
			
		||||
    UserKnownHostsFile ${STATE_DIRECTORY}/known_hosts
 | 
			
		||||
    PermitLocalCommand yes
 | 
			
		||||
    LocalCommand systemd-notify --ready
 | 
			
		||||
    LogLevel VERBOSE
 | 
			
		||||
 | 
			
		||||
# vim:filetype=sshconfig
 | 
			
		||||
		Reference in New Issue
	
	Block a user