|  | @@ -12,6 +12,9 @@
 | 
	
		
			
				|  |  |        {% if host_config.user is defined %}
 | 
	
		
			
				|  |  |            User {{host_config.user}}
 | 
	
		
			
				|  |  |        {% endif %}
 | 
	
		
			
				|  |  | +      {% if host_config.key_path is defined %}
 | 
	
		
			
				|  |  | +          IdentityFile '{{host_config.key_path}}'
 | 
	
		
			
				|  |  | +      {% endif %}
 | 
	
		
			
				|  |  |        {% if host_config.ssh_proxy is defined %}
 | 
	
		
			
				|  |  |            ProxyCommand ssh -W localhost:{{host_config.ssh_proxy.port}}
 | 
	
		
			
				|  |  |        {%- if host_config.ssh_proxy.user is defined %}
 | 
	
	
		
			
				|  | @@ -41,6 +44,9 @@
 | 
	
		
			
				|  |  |        {% if host_config.user is defined %}
 | 
	
		
			
				|  |  |            User {{host_config.user}}
 | 
	
		
			
				|  |  |        {% endif %}
 | 
	
		
			
				|  |  | +      {% if host_config.key_path is defined %}
 | 
	
		
			
				|  |  | +          IdentityFile '{{host_config.key_path}}'
 | 
	
		
			
				|  |  | +      {% endif %}
 | 
	
		
			
				|  |  |        {% if host_config.ssh_proxy is defined %}
 | 
	
		
			
				|  |  |            ProxyCommand ssh -W localhost:{{host_config.ssh_proxy.port}}
 | 
	
		
			
				|  |  |        {%- if host_config.ssh_proxy.user is defined %}
 |