-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
- I have read and understood docs/Issues.md.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Some code is duplicated between input/ssh and input/scp. This should be refactored in a Class Oxidized:SSHBase (or Oxidized::SecureShell), inherited by Oxidized::SSH and Oxidized::SCP
Describe alternatives you've considered
- Integrating the code in Oxidized::Input is not a good option.
- There is too much difference to make Oxidized::SCP inherit from Oxidized:SSH
Additional context
More code duplication comes with Issue #3590
Reactions are currently unavailable