How to start the SSH server on a MAC (OSX)
SSH is a fantastic facility for remotely managing your Mac.
This is very easy to enable, you just need to go to
System Preferences –>
Select Sharing under Internet & Wireless
Select Remote Login
Now it’s testing time,
1.Test to make sure that the SSH server is running
netstat -ta | grep ssh
you should see [...]
Read More