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
Unknown Object (File)
Thu, Apr 11, 10:40 AM
Unknown Object (File)
Wed, Apr 10, 12:46 AM
Unknown Object (File)
Sun, Apr 7, 5:41 AM
Unknown Object (File)
Sun, Mar 31, 5:49 PM
Unknown Object (File)
Feb 28 2024, 1:52 PM
Unknown Object (File)
Feb 28 2024, 11:35 AM
Unknown Object (File)
Feb 20 2024, 5:29 PM
Unknown Object (File)
Feb 14 2024, 7:32 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.