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

Warn only on mismatch if StrictHostkeyChecking disabled in ssh config #84

Merged
merged 5 commits into from
Jan 18, 2023

Conversation

kke
Copy link
Contributor

@kke kke commented Jan 16, 2023

Signed-off-by: Kimmo Lehto [email protected]

Fixes #83

When StrictHostkeyChecking=no has been set in ssh config for the host / globally, a hostkey mismatch now only displays a warning when a hostkey mismatch is encountered.

@kke kke added the enhancement New feature or request label Jan 16, 2023
@kke kke changed the title Only warn on mismatch when StrictHostkeyChecking disabled in ssh config Warn only on mismatch if StrictHostkeyChecking disabled in ssh config Jan 16, 2023
Signed-off-by: Kimmo Lehto <[email protected]>
Signed-off-by: Kimmo Lehto <[email protected]>
Signed-off-by: Kimmo Lehto <[email protected]>
@kke kke merged commit afd9165 into main Jan 18, 2023
@kke kke deleted the strictchecking branch January 18, 2023 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSH hostkey checking should respect StrictHostKeyChecking=no
1 participant