Skip to content

Conversation

@h00die
Copy link
Contributor

@h00die h00die commented Dec 16, 2025

Combines the Windows and Linux ssh key persistence modules, then applies the new mixin. Part of #20374

Verification

See documentation

'h00die <[email protected]>', # linux
'Dean Welch <dean_welch[at]rapid7.com>' # windows
],
'Platform' => %w[linux win],
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
'Platform' => %w[linux win],
'Platform' => %w[unix win],

As this works on AIX/BSD/OSX/Solaris/… as well.

Copy link
Contributor Author

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.

@h00die h00die marked this pull request as ready for review December 19, 2025 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants