From 1c24986cab724c8f215d723a24612e281328d087 Mon Sep 17 00:00:00 2001 From: cradle8810 Date: Sun, 5 May 2024 12:39:57 +0900 Subject: [PATCH] =?UTF-8?q?Hotfix:=20SEIL=E3=81=AEssh=E3=81=AB=E3=81=AFssh?= =?UTF-8?q?-rsa=E3=81=AEhostkey=E3=82=92=E5=8F=97=E3=81=91=E5=85=A5?= =?UTF-8?q?=E3=82=8C=E3=82=8B=E5=BF=85=E8=A6=81=E3=81=8C=E3=81=82=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/mac/Users/hayato/.ssh/config.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/mac/Users/hayato/.ssh/config.j2 b/templates/mac/Users/hayato/.ssh/config.j2 index e603b12..019d5e7 100644 --- a/templates/mac/Users/hayato/.ssh/config.j2 +++ b/templates/mac/Users/hayato/.ssh/config.j2 @@ -1,6 +1,7 @@ AddKeysToAgent yes UseKeychain yes IdentityFile ~/.ssh/id_ed25519 +HostkeyAlgorithms +ssh-rsa Host github.com Hostname ssh.github.com