Update 'arch_wsl.yaml'
This commit is contained in:
@@ -34,4 +34,12 @@
|
|||||||
name: tfenv,azure-cli
|
name: tfenv,azure-cli
|
||||||
state: latest
|
state: latest
|
||||||
become: yes
|
become: yes
|
||||||
become_user: aur_builder
|
become_user: aur_builder
|
||||||
|
|
||||||
|
- name: Add ssh-rsa to ssh config as this seems to be disabled by default
|
||||||
|
blockinfile:
|
||||||
|
path: /etc/ssh/ssh_config
|
||||||
|
block: |
|
||||||
|
Host *
|
||||||
|
HostKeyAlgorithms ssh-rsa
|
||||||
|
PubkeyAcceptedKeyTypes ssh-rsa
|
||||||
Reference in New Issue
Block a user