server keepalive
This commit is contained in:
		@@ -79,6 +79,7 @@ if (!function_exists('generateSshCommand')) {
 | 
				
			|||||||
            . '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null '
 | 
					            . '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null '
 | 
				
			||||||
            . '-o PasswordAuthentication=no '
 | 
					            . '-o PasswordAuthentication=no '
 | 
				
			||||||
            . '-o ConnectTimeout=3600 '
 | 
					            . '-o ConnectTimeout=3600 '
 | 
				
			||||||
 | 
					            . '-o ServerAliveInterval=60 '
 | 
				
			||||||
            . '-o RequestTTY=no '
 | 
					            . '-o RequestTTY=no '
 | 
				
			||||||
            . '-o LogLevel=ERROR '
 | 
					            . '-o LogLevel=ERROR '
 | 
				
			||||||
            . "-p {$port} "
 | 
					            . "-p {$port} "
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user