ssh-baseline
ssh-baseline copied to clipboard
Inverted command/expected result between 2 tests in ssh-22
trafficstars
| sh-baseline | ssh-22 | Bash command ssh -G localhost stdout is expected to match "ciphers [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr" | KO | expected "user root\nhostname localhost\nport 22\naddressfamily any\nbatchmode no\ncanonicalizefallbacklocal y...trolpersist no\nescapechar ~\nipqos lowdelay throughput\nrekeylimit 0 0\nstreamlocalbindmask 0177\n" to match "macs hmac-sha2-512-etm@openssh.com,[email protected],[email protected],hmac-sha2-512,hmac-sha2-256" Diff: @@ […] |
|---|---|---|---|---|
| ssh-baseline | ssh-22 | Bash command ssh -G localhost stdout is expected to match "macs hmac-sha2-512-etm@openssh.com,[email protected],[email protected],hmac-sha2-512,hmac-sha2-256" | KO | expected "user root\nhostname localhost\nport 22\naddressfamily any\nbatchmode no\ncanonicalizefallbacklocal y...trolpersist no\nescapechar ~\nipqos lowdelay throughput\nrekeylimit 0 0\nstreamlocalbindmask 0177\n" to match "ciphers [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr" Diff @@ […] |
The fix is just to put the right expected for the right test.