Problem:
I am unable to connect via ssh in terminal with my MAC.
Solution:
Comment the following line out in your /private/etc/ssh_config file. The line looks like this:
passwordauthentication no
change it to
#passwordauthentication no
Keywords: SSH ssh MAC mac terminal
|