My Fix:
My OS is MacOS.
My Fix:
My OS is MacOS.
- 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