-
Bug
-
Resolution: Cannot Reproduce
-
Normal
-
None
-
rhel-10.0.beta
-
No
-
Low
-
rhel-security-crypto
-
ssg_security
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
-
All
-
None
What were you trying to do that didn't work?
run TC /CoreOS/openssh/Regression/bz1488083-segfaults-when-cleaning-up-session-due-to-some
Please provide the package NVR for which bug is seen:
openssh-9.8p1-2.el10.0.x86_64
How reproducible:
always
Steps to reproduce
- start the server with uncon system_u:system_r:initrc_t:s0 bash -c "(/usr/sbin/sshd -D -ddd -p 2222 -o 'MaxAuthTries=2' -o 'UsePrivilegeSeparation=No' &> ssh.log) &"
- login with the user ssh -vvv bob@localhost -p 2222 with wrong password
- check audit.log
Expected results
audit.log should contain msg "type=USER_LOGIN*sshd.*failed"
Actual results
No USER_LOGIN message in audit.log