URL: https://github.com/freeipa/freeipa/pull/3953 Author: tiran Title: #3953: Remove FIPS noise from SSHd Action: opened
PR body: """ When a system is in FIPS mode, SSHd can prints some noise to stderr:
FIPS mode initialized\r\n
This noise causes interference and breakage of some tests. Remove the noise from stderr_bytes, which automatically fixes stderr_text, too.
Signed-off-by: Christian Heimes cheimes@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/3953/head:pr3953 git checkout pr3953
URL: https://github.com/freeipa/freeipa/pull/3953 Author: tiran Title: #3953: FIPS testing fixes Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/3953/head:pr3953 git checkout pr3953
freeipa-devel@lists.fedorahosted.org