# Functions
New takes zero or more functional options and return a new transport.
WithContext sets the context to use when initializing the resources.
WithHost sets the host.
WithKey sets the key.
WithKeyPath sets the key path.
WithPassphrase sets the key passphrase.
WithPassphrasePath sets the key passphrase path.
WithPassword sets the password.
WithPort sets the port.
WithUser sets the user.
# Type aliases
Opt is a functional option for the SSH transport.