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

Fixes for SSH command CA mode #3922

Merged
merged 2 commits into from
Feb 12, 2018
Merged

Conversation

rmbrad
Copy link
Contributor

@rmbrad rmbrad commented Feb 6, 2018

This pull request addresses issues #3920 by adding valid-principals flag for CA mode to allow it to differ from the SSH username. Also avoids converting SSH host to IP address so it can match hostname principal in host certificate.

@jefferai jefferai added this to the 0.9.4 milestone Feb 7, 2018
@jefferai jefferai merged commit 51a2aae into hashicorp:master Feb 12, 2018
@jefferai
Copy link
Member

Thanks!

Crazybus added a commit to Crazybus/vault that referenced this pull request Jun 1, 2018
This is implementing the same fix that was added for the CA mode for vault
ssh in hashicorp#3922
Using the IP address caused `Host` entries in the ssh_config to not
match anymore meaning you would need to hardcode all of your IP
addresses in your ssh config instead of using DNS to connect to hosts
jefferai pushed a commit that referenced this pull request Jun 1, 2018
…4673)

This is implementing the same fix that was added for the CA mode for vault
ssh in #3922
Using the IP address caused `Host` entries in the ssh_config to not
match anymore meaning you would need to hardcode all of your IP
addresses in your ssh config instead of using DNS to connect to hosts
@rmbrad rmbrad deleted the ssh-cmd-fixes branch July 24, 2019 18:46
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.

3 participants