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: do not fail on short connections #517

Merged
merged 3 commits into from
Jan 10, 2020

Commits on Jan 9, 2020

  1. Fix: do not fail on short connections

    Fix #516
    
    * Do not reuse ssh.Signer, the connection to ssh agent might be broken
    * Do not retry the connection if the server closed the connection
    * Add --bind to db-tunnel to bind a custom command. This is helpful for docker setups where listening on localhost wont make it available on the docker0 interface
    john-scalingo committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    11899c2 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    john-scalingo committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    dbe5314 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06d769d View commit details
    Browse the repository at this point in the history