FEATURE: hardened ssh client config added, task pushing it added

This commit is contained in:
2026-07-06 14:47:31 +00:00
parent cc56e014c6
commit 7748235e2b
2 changed files with 9 additions and 5 deletions
@@ -0,0 +1,4 @@
Host *
HashKnownHosts yes
GSSAPIAuthentication yes
KexAlgorithms mlkem768x25519-sha256,sntrup761x25519-sha512,curve25519-sha256
@@ -8,8 +8,8 @@
notify: restart sshd notify: restart sshd
#- name: Configure ssh client - name: Configure ssh client
# copy: copy:
# src: /home/max/ansible_files/ssh_config src: ../files/hardened_ssh.conf
# dest: /etc/ssh/ssh_config dest: /etc/ssh/ssh_config.d/hardened_ssh.conf
# mode: u=rw,g=r,o=r mode: u=rw,g=r,o=r