4 Commits

Author SHA1 Message Date
22a2323111 * Thu Jul 03 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-13.sme
- re-add hmac-sha2-512 for backward compatibility [SME: 12968]
2025-07-03 13:49:20 -04:00
4dc55725a6 * Sat Mar 22 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-12.sme
- insecure cipher and MAC removed [SME: 12968]
2025-03-22 17:44:56 -04:00
add4e66024 * Wed Jan 15 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-11.sme
- remove Requires: runit [SME: 12566]
2025-01-15 22:19:33 -05:00
04253ae613 Add *.bak to .gitignore 2024-11-12 19:20:55 +00:00
6 changed files with 18 additions and 4 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
*.log *.log
*spec-20* *spec-20*
*.tar.xz *.tar.xz
*.bak

View File

@@ -0,0 +1 @@
HostKeyAlgorithms ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256

View File

@@ -1 +1 @@
KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256 KexAlgorithms curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha256

View File

@@ -1 +1 @@
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512

View File

@@ -1,4 +1,8 @@
[Service] [Service]
# could introduce security issues
# EnvironmentFile=-/etc/crypto-policies/back-ends/opensshserver.config
EnvironmentFile=
EnvironmentFile=-/etc/sysconfig/sshd
ExecStartPre=/sbin/e-smith/service-status sshd ExecStartPre=/sbin/e-smith/service-status sshd
ExecStartPre=/sbin/e-smith/systemd/sshd-prepare ExecStartPre=/sbin/e-smith/systemd/sshd-prepare
ExecStartPre=-/sbin/e-smith/expand-template /etc/ssh/sshd_config ExecStartPre=-/sbin/e-smith/expand-template /etc/ssh/sshd_config

View File

@@ -4,7 +4,7 @@ Summary: smeserver module to configure and enable ssh
%define name smeserver-openssh %define name smeserver-openssh
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 10 %define release 13
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@@ -19,7 +19,6 @@ Requires: openssh >= 3.5
Requires: openssh-clients Requires: openssh-clients
Requires: openssh-server Requires: openssh-server
Requires: smeserver-lib >= 1.15.1-19 Requires: smeserver-lib >= 1.15.1-19
Requires: runit
Provides: e-smith-openssh Provides: e-smith-openssh
AutoReqProv: no AutoReqProv: no
@@ -64,6 +63,15 @@ if [ $1 -gt 1 ] ; then
fi fi
%changelog %changelog
* Thu Jul 03 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-13.sme
- re-add hmac-sha2-512 for backward compatibility [SME: 12968]
* Sat Mar 22 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-12.sme
- insecure cipher and MAC removed [SME: 12968]
* Wed Jan 15 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-11.sme
- remove Requires: runit [SME: 12566]
* Tue Nov 12 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-10.sme * Tue Nov 12 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-10.sme
- fix update of host keys comment [SME: 12759] - fix update of host keys comment [SME: 12759]