From bd1fb46605e32eff72c63f18313472f8331ad6e5 Mon Sep 17 00:00:00 2001 From: bms8197 Date: Wed, 11 May 2022 12:23:47 +0300 Subject: [PATCH] saving uncommitted changes in /etc prior to dnf run --- ssh/sshd_config | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ssh/sshd_config b/ssh/sshd_config index 8c9412b..2f90dac 100644 --- a/ssh/sshd_config +++ b/ssh/sshd_config @@ -20,13 +20,9 @@ HostKey /etc/ssh/ssh_host_ed25519_key HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_ecdsa_key -#KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 -#Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc -#MACs hmac-sha2-512,hmac-sha2-256,hmac-sha1,hmac-sha1-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com - 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,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,hmac-sha2-512,hmac-sha2-256 # Ciphers and keying RekeyLimit default none