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
openssh: improve command errors and debug logging (#377)
Consistently return a more informative error message when an SSH command
fails. The errors now contain the pid, the quoted command, and exit
code.
When debug logging is enabled, also write the full command when the
process starts and when it exits. If the command fails, indent and log
its stdout and stderr buffers. If it succeeds, only log stderr to avoid
logging private VM keys. Instead, the caller will redact, format, and
log a successful JSON response.
0 commit comments