Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Ensure known hosts path is the same as ssh_config #778

Merged
merged 1 commit into from
Mar 15, 2019

Conversation

JoshVanL
Copy link
Contributor

What this PR does / why we need it:
This ensures the create ssh known hosts path shares the same directory as the ssh_config.
This stop an error occurring where a known_hosts_path was being written to a directory that did not yet exist.

fixes #772

Ensure ssh_known_host file shares the same ssh_config directory.

/assign @simonswine

@jetstack-bot jetstack-bot added release-note Denotes a PR that will be considered when it comes time to generate release notes. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Mar 14, 2019
@jetstack-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: JoshVanL

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@jetstack-bot jetstack-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 14, 2019
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
@simonswine
Copy link
Contributor

/lgtm

@jetstack-bot jetstack-bot added the lgtm Indicates that a PR is ready to be merged. label Mar 15, 2019
@jetstack-bot jetstack-bot merged commit d42e437 into jetstack:master Mar 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSH config file not found error
3 participants