From bfb6798dfffadec4aec2592273bea0dcd057c525 Mon Sep 17 00:00:00 2001 From: bms8197 Date: Fri, 29 Dec 2023 20:15:47 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to dnf run --- .etckeeper | 1 - ssh/sshd_config | 4 ++-- yum.repos.d/cert-forensics-tools.repo | 27 --------------------------- 3 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 yum.repos.d/cert-forensics-tools.repo diff --git a/.etckeeper b/.etckeeper index 509a703..f8d593c 100755 --- a/.etckeeper +++ b/.etckeeper @@ -6303,7 +6303,6 @@ maybe chmod 0644 'yum.repos.d/almalinux-saphana.repo' maybe chmod 0644 'yum.repos.d/almalinux.repo' maybe chmod 0640 'yum.repos.d/atomic.repo' maybe chmod 0640 'yum.repos.d/bestcrypt.repo' -maybe chmod 0644 'yum.repos.d/cert-forensics-tools.repo' maybe chmod 0640 'yum.repos.d/crowdsec_crowdsec.repo' maybe chmod 0644 'yum.repos.d/docker-ce.repo' maybe chmod 0644 'yum.repos.d/elrepo.repo' diff --git a/ssh/sshd_config b/ssh/sshd_config index cd8adfd..7edd5b1 100644 --- a/ssh/sshd_config +++ b/ssh/sshd_config @@ -21,8 +21,8 @@ HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_ecdsa_key KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256 -Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr -MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512,hmac-sha2-256 +Ciphers aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr +MACs hmac-sha2-512,hmac-sha2-256 # Ciphers and keying RekeyLimit default none diff --git a/yum.repos.d/cert-forensics-tools.repo b/yum.repos.d/cert-forensics-tools.repo deleted file mode 100644 index da6165a..0000000 --- a/yum.repos.d/cert-forensics-tools.repo +++ /dev/null @@ -1,27 +0,0 @@ -[forensics] -name=CERT Forensics Tools Repository -baseurl=http://www.cert.org/forensics/repository/centos/cert/$releasever/$basearch -enabled=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-cert-forensics-2025-03-24 -gpgcheck=1 - -[forensics-test] -name=CERT Forensics Tools Test Repository -baseurl=http://www.cert.org/forensics/repository/centos/cert-test/$releasever/$basearch -enabled=0 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-cert-forensics-2025-03-24 -gpgcheck=1 - -[forensics-splunk] -name=CERT Forensics Tools Repository - Splunk -baseurl=http://www.cert.org/forensics/repository/centos/splunk/$releasever/$basearch/ -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-splunk -enabled=1 -gpgcheck=1 - -[forensics-sip] -name=CERT Forensics Tools Repository - SiLK, IPA, and Postgresql -baseurl=http://www.cert.org/forensics/repository/centos/sip/$releasever/$basearch -enabled=0 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-cert-forensics-2025-03-24 -gpgcheck=1