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

Add proxy_command transport setting to inspec runner #176

Merged
merged 1 commit into from
Jul 5, 2018

Conversation

tschroeder-zendesk
Copy link
Contributor

Allow setting for proxy_command that was added to train here: inspec/train#227

Example config:

verifier:
  proxy_command: ssh user@1.2.3.4 -W %h:%p 

My main use case for this is we use a bastion host and therefor I need to be able to jump through the appropriate hoop to reach my instance which I can do with the above example.

@tschroeder-zendesk tschroeder-zendesk requested a review from a team as a code owner March 19, 2018 17:49
@tschroeder-zendesk tschroeder-zendesk force-pushed the proxy_command branch 2 times, most recently from 2d527c8 to bbd2c55 Compare March 19, 2018 17:58
Signed-off-by: Timothy Schroeder <tschroeder@zendesk.com>
Copy link
Contributor

@jquick jquick left a comment

Choose a reason for hiding this comment

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

@jquick jquick merged commit d2f3dbb into inspec:master Jul 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants