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

Adds documentation about GHE_EXTRA_SSH_OPTS in example config file #80

Merged
merged 1 commit into from
Nov 14, 2014

Conversation

veloandy
Copy link

I need to specify a particular SSH key to communicate with my GitHub enterprise server:

ssh -i /path/to/non/default/key admin@ghe_hostname.example.com

I dug into the code and saw that I could easily specify this by setting:
GHE_EXTRA_SSH_OPTS="-i /path/to/non/default/key" in backup config.

It would have been useful to me if this option was documented as being available in the example configuration file.

@rtomayko
Copy link
Contributor

Perfect. Thanks for the patch!

rtomayko added a commit that referenced this pull request Nov 14, 2014
Adds documentation about GHE_EXTRA_SSH_OPTS in example config file
@rtomayko rtomayko merged commit c025e0e into github:master Nov 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants