# Functions
NewCliSession establishes a client connection to a cli session running on the server associated with the supplied transport.
No description provided by the author
No description provided by the author
NoNewline suppresses the newline that is by default appended to the Send string.
NoWait indicates the Send should not wait for a response.
ResetPrompt resets the current session prompt to the last unterminated line of response.
WaitFor defines the string that indicates the end of the response to the send.
WithCommand defines initialisation commands to be executed after a session has been established.
WithPrompt overrides the automatic prompt detection that a new client session applies to determine the cli prompt that is used to detect the end of a server response.
WithTimeout defines the length of time to wait without receiving any input that is used to determine that the server has completed a response.
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
SendConfig defines properties controlling Send behaviour.
SessionConfig defines properties controlling session behaviour.
No description provided by the author
No description provided by the author
# Interfaces
Session defines the API exposed by an SSH client.
No description provided by the author
No description provided by the author
# Type aliases
SendOption implements options for configuring Send behaviour.
SessionOption implements options for configuring session behaviour.