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

Use hostname instead of the IP when running the actual ssh command with vault ssh #4673

Merged
merged 1 commit into from
Jun 1, 2018

Commits on Jun 1, 2018

  1. Use hostname instead of the IP when running the actual ssh command

    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
    Crazybus committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    d94769a View commit details
    Browse the repository at this point in the history