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

Added ssh config hash #121

Merged
merged 1 commit into from
Nov 10, 2014
Merged

Added ssh config hash #121

merged 1 commit into from
Nov 10, 2014

Conversation

Igorshp
Copy link
Contributor

@Igorshp Igorshp commented Oct 21, 2014

Currently there are only options to add specific ssh parameters to the config.

This change allows one to set any ssh parameter from kitchen file.

the kitchen file config can then look like this:

driver:
    name: vagrant
    customize:
      memory: 2048
      cpus: 2
    ssh:
      forward_agent: true
      username: "customUser"
      port: 4313

With this change, current explicit setters for username, password and private_key_path can be removed.

Any thoughts?

@Igorshp Igorshp mentioned this pull request Oct 21, 2014
@ytsarev
Copy link

ytsarev commented Oct 21, 2014

👍

sethvargo added a commit that referenced this pull request Nov 10, 2014
@sethvargo sethvargo merged commit 6cf2661 into test-kitchen:master Nov 10, 2014
@sethvargo
Copy link
Contributor

Thanks!

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.

4 participants