# Functions
NewFakeSSHCommander creates a FakeSSHCommander without actually knowing the underlying sshcommands.
# Structs
FakeSSHCommander is an implementation of provision.SSHCommander to provide predictable responses set by testing codeExtend it when needed.
FakeSSHCommanderOptions is intended to create a FakeSSHCommander without actually knowing the underlying sshcommands by passing it to NewSSHCommander.