Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Properly configure the SSHD server when FIPS is enabled/enforced on a system #180

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

s0undt3ch
Copy link
Contributor

Fixes #179

@s0undt3ch s0undt3ch self-assigned this Mar 22, 2024
@s0undt3ch s0undt3ch requested a review from a team as a code owner March 22, 2024 06:37
@s0undt3ch s0undt3ch requested review from dwoz and removed request for a team March 22, 2024 06:37
Copy link

codecov bot commented Mar 22, 2024

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 85.22%. Comparing base (025dd47) to head (34a9e18).
Report is 3 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #180      +/-   ##
==========================================
- Coverage   85.27%   85.22%   -0.04%     
==========================================
  Files          97       97              
  Lines        5977     5980       +3     
  Branches      636      637       +1     
==========================================
  Hits         5096     5096              
- Misses        705      707       +2     
- Partials      176      177       +1     
Flag Coverage Δ
Linux 84.67% <0.00%> (-0.04%) ⬇️
Windows 76.33% <0.00%> (-0.03%) ⬇️
macOS 75.02% <0.00%> (-0.03%) ⬇️
py3.10 84.89% <0.00%> (-0.04%) ⬇️
py3.7 83.97% <0.00%> (-0.04%) ⬇️
py3.8 84.80% <0.00%> (-0.04%) ⬇️
py3.9 84.96% <0.00%> (-0.04%) ⬇️
pytest-7.4.0 84.94% <0.00%> (-0.04%) ⬇️
pytest-8.0.0 84.27% <0.00%> (-0.04%) ⬇️
pytest-8.1.0 84.27% <0.00%> (-0.04%) ⬇️
salt-3006.0 84.94% <0.00%> (-0.04%) ⬇️
salt-3007.0 84.75% <0.00%> (-0.04%) ⬇️
src 84.94% <0.00%> (+7.67%) ⬆️
tests 96.36% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/saltfactories/daemons/sshd.py 75.16% <0.00%> (-1.46%) ⬇️

@s0undt3ch s0undt3ch merged commit ce467a1 into saltstack:master Mar 22, 2024
42 of 44 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to get host keys from the sshd server on FIPS systems
1 participant