-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Update and combine ssh key persistence with mixin #20778
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
base: master
Are you sure you want to change the base?
Conversation
| 'h00die <[email protected]>', # linux | ||
| 'Dean Welch <dean_welch[at]rapid7.com>' # windows | ||
| ], | ||
| 'Platform' => %w[linux win], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'Platform' => %w[linux win], | |
| 'Platform' => %w[unix win], |
As this works on AIX/BSD/OSX/Solaris/… as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought about this originally, and testing it on OSX, however since OSX has diff home directory locations so some of the assumptions in the module may not work. Also, my back log of persistence modules is long, so I wanted to KISS and just combine the two and let someone else expand if if they want to.
Combines the Windows and Linux ssh key persistence modules, then applies the new mixin. Part of #20374
Verification
See documentation