Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Support direct connectivity to cluster nodes and simplify SSH configuration #397

Closed
wants to merge 8 commits into from

Conversation

snh
Copy link
Member

@snh snh commented Apr 27, 2018

Parent feature
https://github.com/github/ghes-infrastructure/issues/376

This is a work in progress. Further details and tests to come...

/cc @github/backup-utils

@snh snh changed the title [WIP] Support direct connectivity to cluster nodes [WIP] Support direct connectivity to cluster nodes and simplify SSH configuration Apr 30, 2018
@@ -75,7 +60,7 @@ for hostname in $hostnames; do

# Transfer all data from the user data directory using rsync.
ghe-rsync -avz \
-e "ssh -q $opts -p $port $ssh_config_file_opt -l $user" \
-e "ghe-ssh" \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great ✨ . $port is currently derived from ssh_port_part, which returns port 22 by default. Switching this to ghe-ssh will prevent some cases where ghe-backup-pages (and some other scripts) try to connect to the wrong port.

@chefsaroar

This comment has been minimized.

@ryansimmen ryansimmen closed this Apr 15, 2020
dooleydevin pushed a commit that referenced this pull request Jul 14, 2023
Update 3.9 version to be 3.9 and not 3.8 - seems the backward sync was missed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants