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, Dec 26, 10:52 AM
Unknown Object (File)
Wed, Dec 18, 3:16 AM
Unknown Object (File)
Tue, Dec 17, 5:53 AM
Unknown Object (File)
Sun, Dec 15, 3:19 PM
Unknown Object (File)
Fri, Dec 13, 8:44 AM
Unknown Object (File)
Sat, Dec 7, 3:37 AM
Unknown Object (File)
Wed, Dec 4, 5:08 AM
Unknown Object (File)
Nov 26 2024, 7:44 PM
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.