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

Feat(eos_cli_config_gen): Set ssh authentication protocols and empty password #4435

Closed
1 task done
jmussmann opened this issue Sep 6, 2024 · 1 comment · Fixed by #4436
Closed
1 task done

Feat(eos_cli_config_gen): Set ssh authentication protocols and empty password #4435

jmussmann opened this issue Sep 6, 2024 · 1 comment · Fixed by #4436
Assignees
Labels
type: enhancement New feature or request

Comments

@jmussmann
Copy link
Contributor

jmussmann commented Sep 6, 2024

Enhancement summary

There is no option to set the ssh authentication protocols. Furthermore there is no way to set the empty-password setting.

Which component of AVD is impacted

eos_cli_config_gen

Use case example

Setting the authentication options in the management ssh section

Describe the solution you would like

Adding authentication settings to the management_ssh schema and templates.

Example:

management ssh
    authentication protocol password
   ...
   authentication empty-passwords permit
   ...
   !
   vrf test

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
@jmussmann jmussmann added the type: enhancement New feature or request label Sep 6, 2024
@ClausHolbechArista
Copy link
Contributor

Please update the text with a snip of the CLI you need to generate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants