Subject: | ssh_opts parameter not documented |
The \%opts hashref that can be passed to many of the methods accepts the
parameter ssh_opts for options to use when calling the ssh command.
However, it is not documented in the POD anywhere. I needed to pass the
-T parameter to ssh to avoid warnings on a script run through cron, and
discovered the option by reading through the code. I assume this is
just an oversight, and that it is an intended option.