Fix OpenSSL version mismatch. Built against 30100010, you have 30200000Fix

My Fix:

My OS is MacOS.

My Fix:

My OS is MacOS.

  1. Run command which ssh
    Got output /usr/local/bin/ssh

2.But my actual ssh is from /usr/bin/ssh ( How I know? I tried locate ssh and ran all ssh found one by one )

3. So we don't need /usr/local/bin/ssh on my system, but as I was not sure, I DIDN'T DELETE it.

4. I just renamed it sudo mv /usr/local/bin/ssh /usr/local/bin/ssh-apple