Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F87774
D7710.diff
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
872 B
Referenced Files
None
Subscribers
None
D7710.diff
View Options
diff --git a/src/applications/drydock/interface/command/DrydockSSHCommandInterface.php b/src/applications/drydock/interface/command/DrydockSSHCommandInterface.php
--- a/src/applications/drydock/interface/command/DrydockSSHCommandInterface.php
+++ b/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/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/sc/sv/lgrfrmpqaz6eszzz
Default Alt Text
D7710.diff (872 B)
Attached To
Mode
D7710: Remove `-t -t` from Drydock SSH interface
Attached
Detach File
Event Timeline
Log In to Comment