Module commands

Source

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 iptables commands which are potentially destructive.
IpTablesCommands
All Iptables commands require root privileges so we’ll run them with sudo assuming 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 an openssh::Session.