Page MenuHomePhabricator

D7710.diff
No OneTemporary

D7710.diff

Index: src/applications/drydock/interface/command/DrydockSSHCommandInterface.php
===================================================================
--- src/applications/drydock/interface/command/DrydockSSHCommandInterface.php
+++ src/applications/drydock/interface/command/DrydockSSHCommandInterface.php
@@ -44,10 +44,8 @@
$full_command = 'C:\\Windows\\system32\\cmd.exe /C '.$full_command;
}
- // NOTE: The "-t -t" is for psuedo-tty allocation so we can "sudo" on some
- // systems, but maybe more trouble than it's worth?
return new ExecFuture(
- 'ssh -t -t -o StrictHostKeyChecking=no -p %s -i %P %P@%s -- %s',
+ 'ssh -o StrictHostKeyChecking=no -p %s -i %P %P@%s -- %s',
$this->getConfig('port'),
$this->passphraseSSHKey->getKeyfileEnvelope(),
$this->passphraseSSHKey->getUsernameEnvelope(),

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 10, 10:00 AM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7426168
Default Alt Text
D7710.diff (853 B)

Event Timeline