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

bugfix: match complete host instead of contains on the hoststring #196

Merged
merged 1 commit into from
Jun 16, 2015

Commits on May 28, 2015

  1. bugfix: match complete host instead of contains on the hoststring

    The SimpleEntry currently matches the hostname of the connection against
    the complete hoststring of the entry. This way substrings also match, so
    for example "10.0.0.1" matches on an entry for "10.0.0.10", resulting in
    a host-key-changed message if the key differs which is usually does.
    Boris-de committed May 28, 2015
    Configuration menu
    Copy the full SHA
    5217d34 View commit details
    Browse the repository at this point in the history