Posted on 12th January 2010No Responses
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 –>

mac system preferences icon

 

Select Sharing under Internet & Wireless

 

 Sharing under Internet & Wireless mac (2)

 

Select Remote Login

 

remote login mac




 

 

Now it’s testing time,

1.Test to make sure that the SSH server is running

netstat -ta | grep ssh

you should see some entries listed as below.

 

netstat mac

2. Now that you know that the SSH server is running, you can do a quick test on your own mac by logging into the ssh server using the loop back address 127.0.0.1

ssh yourusername@127.0.0.1

 

ssh mac

 

 

As always please leave a comment below if you need any assistance with doing this on a Mac.




Comments
Leave a Response
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>