@author Lee Hambley
| UnparsableHostStringError | = | Class.new(SSHKit::StandardError) |
| PARSERS | = | [ SimpleHostParser, HostWithPortParser, HostWithUsernameAndPortParser, IPv6HostWithPortParser, HostWithUsernameParser, ].freeze |
| VERSION | = | "1.18.2".freeze |
| StandardError | = | Class.new(::StandardError) |
| config | [W] |