Closed coredumperror closed 6 months ago
This is necessary because without stderr output, --verbose does nothing for commands that run ssh, since ssh -vv outputs only on stderr.
--verbose
ssh -vv
This is necessary because without stderr output,
--verbose
does nothing for commands that run ssh, sincessh -vv
outputs only on stderr.