mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +01:00
Pull some debugging code back out of "master"
See D19778. This is a workaround for T13179 that landed by mistake.
This commit is contained in:
parent
96f9b0917e
commit
e57bfbf421
2 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ final class AlmanacKeys extends Phobject {
|
||||||
// protocol does not have a mechanism like a "Host" header.
|
// protocol does not have a mechanism like a "Host" header.
|
||||||
$username = PhabricatorEnv::getEnvConfig('cluster.instance');
|
$username = PhabricatorEnv::getEnvConfig('cluster.instance');
|
||||||
if (strlen($username)) {
|
if (strlen($username)) {
|
||||||
// return $username;
|
return $username;
|
||||||
}
|
}
|
||||||
|
|
||||||
$username = PhabricatorEnv::getEnvConfig('diffusion.ssh-user');
|
$username = PhabricatorEnv::getEnvConfig('diffusion.ssh-user');
|
||||||
|
|
|
@ -30,8 +30,8 @@ final class DrydockSSHCommandInterface extends DrydockCommandInterface {
|
||||||
$full_command = call_user_func_array('csprintf', $argv);
|
$full_command = call_user_func_array('csprintf', $argv);
|
||||||
|
|
||||||
$flags = array();
|
$flags = array();
|
||||||
// $flags[] = '-o';
|
$flags[] = '-o';
|
||||||
// $flags[] = 'LogLevel=quiet';
|
$flags[] = 'LogLevel=quiet';
|
||||||
|
|
||||||
$flags[] = '-o';
|
$flags[] = '-o';
|
||||||
$flags[] = 'StrictHostKeyChecking=no';
|
$flags[] = 'StrictHostKeyChecking=no';
|
||||||
|
|
Loading…
Reference in a new issue