Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: pass
-vvv
to ssh to debug connection failures
When doing `_init_connection`, set SSHs debug level to most verbose, so that in case a connection failure occurs, we can look at the SSH logs (both local and remote, see man ssh(1)). Usually, SSH debug logs would clobber with output from the actual command being run over the SSH connection, however since we're just running `true`, and are not trying to do anything with its output, that's fine in this case. Signed-off-by: Patrick Roy <[email protected]>
- Loading branch information