Deprecated challenge response authentication#407
Closed
jas01 wants to merge 6 commits intosaz:masterfrom
Closed
Conversation
added 6 commits
April 4, 2025 08:31
The options ChallengeResponseAuthentication is deprecated (https://www.openssh.com/txt/release-8.7), so we remove this options from the common.yaml
Those OS still running old version of openssh
Debian 11 still run openssh 8.4
Debian 12 run openssh 9.2 with the new option
Contributor
|
Maybe we need a version conditional here to not set this option if the sshd-version is to old. |
Owner
|
@TheMeier Thought the same. If I'm not missing anything, this has been changed in OpenSSH 8.6 |
Owner
|
Possible way to improve this PR:
We might also just add it in |
Owner
|
I've created #434 which should resolve this in an easier way. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request (PR) description
The new option is KbdInteractiveAuthentication, the change set the new option for new version, and keep the old option
ChallengeResponseAuthentication for old version OS