月別アーカイブ 2022年7月5日

Windows10 sshでgit cloneに失敗する

git cloneを実行すると、下記のように失敗する。

Cloning into '**********.com'…
Unable to negotiate with ***.***.***.*** port **: no matching host key type found. Their offer: ssh-rsa,ssh-dss

~/.ssh/config に設定を追加した。(無ければ作成)

Host *
        HostKeyAlgorithms +ssh-rsa
        PubkeyAcceptedKeyTypes +ssh-rsa