Azure / Azure/azure-linux-extensions

VMAccess extension sets ChallengeResponseAuthentication to a no by default

Open
#1,810 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.