-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add ssh_config module option for identities_only #7704
Add ssh_config module option for identities_only #7704
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
Documentation change suggestions from felixfontein Co-authored-by: Felix Fontein <[email protected]>
If nobody objects, I'll merge this in a few days. |
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #7736 🤖 @patchback |
* Add ssh_config module option for identities_only * Add changelog fragment for 7704 * remove trailing whitespace * Apply suggestions from code review Documentation change suggestions from felixfontein Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Michael Finney <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 6c1eb77)
@mjfinney thanks again! |
…or identities_only (#7736) Add ssh_config module option for identities_only (#7704) * Add ssh_config module option for identities_only * Add changelog fragment for 7704 * remove trailing whitespace * Apply suggestions from code review Documentation change suggestions from felixfontein Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Michael Finney <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 6c1eb77) Co-authored-by: mjfinney <[email protected]>
SUMMARY
New feature to set IdentitiesOnly option via ssh_config module.
Fixes #4801
ISSUE TYPE
COMPONENT NAME
ssh_config
ADDITIONAL INFORMATION
The change allows to set IdentitiesOnly option to either yes or no.