|  | @@ -9,6 +9,9 @@
 | 
	
		
			
				|  |  |        {% if host_config.hostname is defined %}
 | 
	
		
			
				|  |  |            HostName {{host_config.hostname}}
 | 
	
		
			
				|  |  |        {% endif %}
 | 
	
		
			
				|  |  | +      {% if host_config.port is defined %}
 | 
	
		
			
				|  |  | +          Port {{host_config.port}}
 | 
	
		
			
				|  |  | +      {% endif %}
 | 
	
		
			
				|  |  |        {% if host_config.user is defined %}
 | 
	
		
			
				|  |  |            User {{host_config.user}}
 | 
	
		
			
				|  |  |        {% endif %}
 | 
	
	
		
			
				|  | @@ -41,6 +44,9 @@
 | 
	
		
			
				|  |  |        {% if host_config.hostname is defined %}
 | 
	
		
			
				|  |  |            HostName {{host_config.hostname}}
 | 
	
		
			
				|  |  |        {% endif %}
 | 
	
		
			
				|  |  | +      {% if host_config.port is defined %}
 | 
	
		
			
				|  |  | +          Port {{host_config.port}}
 | 
	
		
			
				|  |  | +      {% endif %}
 | 
	
		
			
				|  |  |        {% if host_config.user is defined %}
 | 
	
		
			
				|  |  |            User {{host_config.user}}
 | 
	
		
			
				|  |  |        {% endif %}
 |