taste-tester prints ssh banner to stdout
davide125 opened this issue · 2 comments
davide125 commented
If the server we're testing against has a banner enabled (Banner
option in sshd_config
), taste-tester
will print it to stdout at the very beginning (before Taste-tester type:
). Not a big deal, but we should probably silence this by default.
malmond77 commented
Does the banner actually break things (e.g. running a command remotely, and expecting to interpret stdout/stderr?
davide125 commented
It didn't seem to break stuff, but I didn't test anything beyond a basic taste-test test
.