How to fixed "Unable to negotiate with 104.192.141.1 port 22: no matching host key type found" in Bitbucket

Problem is can’t pull/push to bitbucket

Solution:

Create or modify file ~/.ssh/config. then type like bellow:

Host bitbucket.org
        HostkeyAlgorithms +ssh-rsa
        PubkeyAcceptedAlgorithms +ssh-rsa

Then you can try pull/push again