Refactor SSH configuration to enable additional host key algorithms
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user