I get the following error trying to push / pull to our local Git Serrver / BitBucket installation after upgrading VS to 2022 17.2.4
Unable to negotiate with 192.168.16.140 port 7999: no matching host key type found. Their offer: ssh-rsa
I followed the instructions in the post below but still no joy, what am I doing worng here!...
Have tried adding this to the ssh_config file
Host git@devtools:7999 HostkeyAlgorithms +ssh-rsa PubkeyAcceptedAlgorithms +ssh-rsa
Host 192.168.16.140:7999 HostkeyAlgorithms +ssh-rsa PubkeyAcceptedAlgorithms +ssh-rsa