Refactor SSH configuration to enable additional host key algorithms

This commit is contained in:
2024-09-24 19:01:43 +02:00
parent 754f5eb4bb
commit 53239f9843
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
- name: Enable SSH host key algorithms
run: |
echo "Host *" >> ~/.ssh/config
echo " HostKeyAlgorithms +sk-ecdsa-sha2-nistp256"
echo " HostKeyAlgorithms +sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com"
chmod 600 ~/.ssh/config
- name: Apply Ansible Playbook