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

VMAccess extension sets ChallengeResponseAuthentication to a no by default #1810

Open
aviksamanta1986 opened this issue Oct 2, 2023 · 1 comment

Comments

@aviksamanta1986
Copy link

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).
@aviksamanta1986
Copy link
Author

Closing this, because this seems to be more of a CLI problem than the extension python code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant