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

Logging ssh bastion #123

Merged
merged 2 commits into from Aug 18, 2022
Merged

Logging ssh bastion #123

merged 2 commits into from Aug 18, 2022

Commits on Aug 12, 2022

  1. ssh: make ssh bastion error message more precise

    When running a config that specifies a SSH communicator with a bastion
    without any authentication option, the proposed resolution would only
    include password or private key, and left agent authentication out of
    the error message.
    
    This commit adds it to the list of options to resolve it.
    lbajolet-hashicorp committed Aug 12, 2022
    Copy the full SHA
    bd7affe View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. ssh: add more logging when connecting with bastion

    When a SSH bastion is used for connecting to a target, the operation is
    done completely silently, making it hard to understand if it is working
    as intended.
    
    To make it easier to follow the path that the command is taking, we add
    a few more INFO/DEBUG logs that parrot the actions it takes for
    connecting.
    lbajolet-hashicorp committed Aug 18, 2022
    Copy the full SHA
    ed5d9c5 View commit details
    Browse the repository at this point in the history