-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add SSHD Contribution and more unix files for parsing #422
Conversation
This pr includes the contribution inside #322, with some additional changes |
|
||
|
||
class SSHServerPlugin(Plugin): | ||
__namespace__ = "sshd" |
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.
Would it make sense to put the public/private keys/etc functions of the ssh
plugin for the server directory in this plugin? @JSCU-CNI?
As also mentioned in another PR, that would probably mean moving the current ssh
plugin to openssh
and creating a namespaced ssh
plugin that would wrap openssh
, putty
, and probably dropbear
down the line.
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.
As discussed, this approach would make sense in our opinion.
Codecov Report
@@ Coverage Diff @@
## main #422 +/- ##
==========================================
+ Coverage 74.09% 74.26% +0.17%
==========================================
Files 255 256 +1
Lines 20318 20460 +142
==========================================
+ Hits 15054 15195 +141
- Misses 5264 5265 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Still functions when coding against it
This now includes using the `config_tree` plugin and tests Additionally, it also functions on windows
Co-authored-by: pyrco <[email protected]>
Co-authored-by: pyrco <[email protected]>
1432ec4
to
d159768
Compare
Fixed everything besides the question to @JSCU-CNI
(DIS-2466) --------- Co-authored-by: JSCU-CNI <[email protected]>
(DIS-2466) --------- Co-authored-by: JSCU-CNI <[email protected]>
(DIS-2466) --------- Co-authored-by: JSCU-CNI <[email protected]>
collapse_inverse
option, to invert the keys insidecollapse
(DIS-2240)