Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15433040
D7710.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
853 B
Referenced Files
None
Subscribers
None
D7710.id.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 25, 9:03 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7426168
Default Alt Text
D7710.id.diff (853 B)
Attached To
Mode
D7710: Remove `-t -t` from Drydock SSH interface
Attached
Detach File
Event Timeline
Log In to Comment