Enums§
- Commands
- A wrapper around all commands.
- FsCommands
- Some file-system related commands for debugging/testing
purposes so that we don’t have to run
iptablescommands which are potentially destructive. - IpTables
Commands - All Iptables commands require root privileges
so we’ll run them with
sudoassuming that the user has sudo access. We’ll fail otherwise. - SshCommands
Traits§
- Command
- A command should be able to build itself into an
openssh::Command, given anopenssh::Session.