# Functions
ExtractValueRegexp extracts the value using a regular expression returning values extracted after the first match of the regexp.
FindHost returns a string value corresponding to the new SSH host on this line, otherwise this returns an empty string.
New creates a new Logger.
NewWithDefaults creates a new Logger using default outputs.
ValidAddressFamilyAnswers contains valid values for the SSH Configuration AddressFamily enty.
ValidStringArgs is used to validate arguments provided to sshConfig via the command line.
ValidYesOrNo is used when validating input which should have an answer of yes or no.
# Constants
SSHConfigurationEntryTemplate holds the text template used to generate a new SSH configuration file entry.
# Structs
Logger represents an active logging object that generates lines of output to an io.Writer.
SSHConfigurationEntry represents the data which can be used to generate an SSH Configuration File Entry.