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

fix(stack-cntlr): add SSH keyagent, add keys to known_hosts for SSH git #92

Merged
merged 1 commit into from
Sep 29, 2020

Conversation

metral
Copy link
Contributor

@metral metral commented Sep 29, 2020

Proposed changes

  • Enable a SSH keyagent needed for go-git to use the SSH transport during git clones.
  • Add the public SSH keys for the project repo URL host to ~/.ssh/known_hosts
    to enforce strict key checking during git clones.

Related issues (optional)

Closes #91

See also: go-git/go-git#411, fluxcd/flux#724

- Enable a SSH keyagent needed for go-git to use the SSH transport during git clones.
- Add the public SSH keys for the project repo URL host to ~/.ssh/known_hosts
  to enforce strict key checking during git clones.
@metral metral merged commit f1e507c into master Sep 29, 2020
@metral metral deleted the metral/fix-ssh-sock branch September 29, 2020 22:49
@squaremo squaremo mentioned this pull request Nov 4, 2022
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.

SSH agent requested but SSH_AUTH_SOCK not-specified
2 participants