From f2074a313176483489c895d70fa3138a726e8d1a Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Wed, 15 Jun 2022 08:07:26 +0200 Subject: [PATCH] Update 'arch_wsl.yaml' --- arch_wsl.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/arch_wsl.yaml b/arch_wsl.yaml index f704bd2..38c0bdf 100644 --- a/arch_wsl.yaml +++ b/arch_wsl.yaml @@ -34,4 +34,12 @@ name: tfenv,azure-cli state: latest become: yes - become_user: aur_builder \ No newline at end of file + 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 \ No newline at end of file