Page MenuHomePhabricator

Allow a different SSH host to be set in Diffusion
ClosedPublic

Authored by epriestley on Feb 18 2015, 4:20 PM.
Tags
None
Referenced Files
F14077534: D11800.diff
Fri, Nov 22, 12:04 AM
Unknown Object (File)
Mon, Nov 18, 7:24 AM
Unknown Object (File)
Thu, Nov 14, 3:32 AM
Unknown Object (File)
Sun, Nov 10, 2:29 PM
Unknown Object (File)
Sun, Nov 10, 8:06 AM
Unknown Object (File)
Sun, Nov 10, 8:06 AM
Unknown Object (File)
Wed, Nov 6, 6:01 AM
Unknown Object (File)
Thu, Oct 24, 11:02 AM
Subscribers

Details

Summary

Ref T6941. In the cluster (and in other reasonable setups) we've separated SSH load balancers from HTTP load balancers.

In particular, ELBs will not let you load balance port 22, so this is likely a reasonable/common issue in larger clusters in AWS.

Allow users to specify an alternate host for SSH traffic.

Test Plan

Set host to someting different, saw it reflected in UI.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Allow a different SSH host to be set in Diffusion.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
  • Also lock these options.
scripts/ssh/ssh-exec.php
22

This isn't precisely related, but was helpful in debugging this stuff.

btrahan edited edge metadata.
This revision is now accepted and ready to land.Feb 18 2015, 6:32 PM
This revision was automatically updated to reflect the committed changes.