fix multiplexing
This commit is contained in:
parent
d70f9f9a46
commit
e11f8837a4
@ -79,7 +79,7 @@ class RunRemoteProcess
|
|||||||
. '-o PasswordAuthentication=no '
|
. '-o PasswordAuthentication=no '
|
||||||
. '-o RequestTTY=no '
|
. '-o RequestTTY=no '
|
||||||
. '-o LogLevel=ERROR '
|
. '-o LogLevel=ERROR '
|
||||||
. '-o ControlMaster=auto -o ControlPersist=yes -o ControlPersist=1m -o ControlPath=/var/www/html/storage/app/.ssh/ssh_mux_%h_%p_%r '
|
. '-o ControlMaster=auto -o ControlPersist=1m -o ControlPath=/var/www/html/storage/app/.ssh/ssh_mux_%h_%p_%r '
|
||||||
. "-p {$port} "
|
. "-p {$port} "
|
||||||
. "{$user}@{$server_ip} "
|
. "{$user}@{$server_ip} "
|
||||||
. " 'bash -se' << \\$delimiter" . PHP_EOL
|
. " 'bash -se' << \\$delimiter" . PHP_EOL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user