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

ssh: wrap errors from client handshake #266

Closed
wants to merge 1 commit into from

Commits on Jul 12, 2023

  1. ssh: wrap errors from client handshake

    When an error is returned by a user defined host key callback,
    it is now possible to handle it using standard Go mechanisms
    such as errors.Is or errors.As.
    
    Fixes golang/go#61309
    paxan committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d2a34d5 View commit details
    Browse the repository at this point in the history