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

Ssh keygen trials #78655

Closed
wants to merge 13 commits into from
Closed

Ssh keygen trials #78655

wants to merge 13 commits into from

Conversation

crasyhorse
Copy link

@crasyhorse crasyhorse commented Aug 28, 2022

SUMMARY

Suggest to Add ssh-keygen -a (Trials) Option. Fixes #78473

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

user

@ansibot ansibot added affects_2.14 core_review In order to be merged, this PR must follow the core review workflow. feature This issue/PR relates to a feature request. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. new_contributor This PR is the first contribution by a new community member. support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Aug 28, 2022
@ansibot

This comment was marked as resolved.

@ansibot ansibot added ci_verified Changes made in this PR are causing tests to fail. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed core_review In order to be merged, this PR must follow the core review workflow. labels Aug 28, 2022
@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. and removed ci_verified Changes made in this PR are causing tests to fail. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Aug 28, 2022
lib/ansible/modules/user.py Outdated Show resolved Hide resolved
@ansibot ansibot added needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed core_review In order to be merged, this PR must follow the core review workflow. labels Aug 29, 2022
lib/ansible/modules/user.py Outdated Show resolved Hide resolved
@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Aug 29, 2022
@bcoca
Copy link
Member

bcoca commented Aug 29, 2022

you still need a changelog and it would be a good idea to add tests

@mkrizek mkrizek removed the needs_triage Needs a first human triage before being processed. label Aug 30, 2022
@@ -3078,7 +3095,8 @@ def main():
bits=0,
type='rsa',
passphrase=None,
comment='ansible-generated on %s' % socket.gethostname()
comment='ansible-generated on %s' % socket.gethostname(),
trials=100
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we are changing the name to rounds, i would try to keep it consistent everywhere, it can be very confusing to the next person that has to debug that trials == rounds

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed it

@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Sep 8, 2022
@dorpauli
Copy link

Great idea. I would have needed the feature before. How do you proceed with the PR now? Is there anything missing in the implementation? @bcoca @mkrizek @crasyhorse

@crasyhorse crasyhorse closed this by deleting the head repository Nov 11, 2022
@ansible ansible locked and limited conversation to collaborators Nov 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.14 core_review In order to be merged, this PR must follow the core review workflow. feature This issue/PR relates to a feature request. module This issue/PR relates to a module. new_contributor This PR is the first contribution by a new community member. stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suggest to Add ssh-keygen -a (Trials) Option
5 participants