This is to allow the correct usage of ssh keys from my password vault where there are multiple keys that _could_ work.
		
			
				
	
	
		
			18 lines
		
	
	
		
			327 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			327 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
ServerAliveInterval 300
 | 
						|
ServerAliveCountMax 3
 | 
						|
 | 
						|
host github.com
 | 
						|
  IdentityFile ~/.ssh/github.com.pub
 | 
						|
  IdentitiesOnly yes
 | 
						|
Host git.jpatrick.io
 | 
						|
  Port 222
 | 
						|
  IdentityFile ~/.ssh/git.jpatrick.io
 | 
						|
Host jpatrick.io
 | 
						|
  IdentityFile ~/.ssh/jpatrick.io
 | 
						|
Host *.greenfiling.com
 | 
						|
  ForwardAgent yes
 | 
						|
Host *
 | 
						|
  UseRoaming no
 | 
						|
 | 
						|
Include config.d/*
 |