| 
				
			 | 
			
			
				@@ -46,6 +46,8 @@ function configure_ssh { 
			 | 
		
	
		
			
			| 
				46
			 | 
			
				46
			 | 
			
			
				         sed 's|#HostbasedAuthentication.*|HostbasedAuthentication no|g' /etc/ssh/sshd_config 
			 | 
		
	
		
			
			| 
				47
			 | 
			
				47
			 | 
			
			
				         sed 's|HostbasedAuthentication.*|HostbasedAuthentication no|g' /etc/ssh/sshd_config 
			 | 
		
	
		
			
			| 
				48
			 | 
			
				48
			 | 
			
			
				     fi 
			 | 
		
	
		
			
			| 
				
			 | 
			
				49
			 | 
			
			
				+    sed -i 's|#PrintLastLog.*|PrintLastLog yes|g' /etc/ssh/sshd_config 
			 | 
		
	
		
			
			| 
				
			 | 
			
				50
			 | 
			
			
				+    sed -i 's|PrintLastLog.*|PrintLastLog yes|g' /etc/ssh/sshd_config 
			 | 
		
	
		
			
			| 
				49
			 | 
			
				51
			 | 
			
			
				     sed -i 's|#IgnoreRhosts.*|IgnoreRhosts yes|g' /etc/ssh/sshd_config 
			 | 
		
	
		
			
			| 
				50
			 | 
			
				52
			 | 
			
			
				     sed -i 's|IgnoreRhosts.*|IgnoreRhosts yes|g' /etc/ssh/sshd_config 
			 | 
		
	
		
			
			| 
				51
			 | 
			
				53
			 | 
			
			
				     sed -i "s/Port .*/Port $SSH_PORT/g" /etc/ssh/sshd_config 
			 |