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

Conversation

Boris-de
Copy link
Contributor

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.

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.
hierynomus added a commit that referenced this pull request Jun 16, 2015
bugfix: match complete host instead of contains on the hoststring
@hierynomus hierynomus merged commit 4cb9610 into hierynomus:master Jun 16, 2015
@hierynomus
Copy link
Owner

Thanks!

@hierynomus hierynomus added this to the 0.13.0 milestone Jun 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants