Azure / Azure/azure-linux-extensions
VMAccess extension sets ChallengeResponseAuthentication to a no by default
- Dominant language
- Python
- Stars
- 333
- Forks
- 278
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 4
Description
When trying to update a VM user's login SSH key via a CLI script, it resets the ChallengeResponseAuthentication to a no because it resets the sshd_config from a OS specific default file. This is a problem when updating huge number of VMs in order to rotate the login keys in a defined frequency of rotation. We have to login to every VM and then change the value from a no to a yes if we use the PAM plugin for MFA, Can we either have:
1) An option to disable resetting the ssh_config?
2) An option to override the specific default value of the sshd_config (like ChallengeResponseAuthentication).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.