zhanzengyu/AndroidNote

Unable to negotiate with xx.xx.xx.xx port xxxx: no matching host key type found. Their offer: ssh-rsa fatal: Could not read from remote repository.

zhanzengyu opened this issue · 0 comments

~/.ssh/config 文件里面,增加

Host *
    PubkeyAcceptedAlgorithms +ssh-rsa
    HostkeyAlgorithms +ssh-rsa