You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments