Connecting to MAC OS X

vineetd

Registered
Hi,

I want to know if I can connect to a system having MAC OS X from my Windows machine using SSH or Telnet Protocol? Is this possible if I have the proper username and passoword?

If we can connect to it then do standard UNIX Commands like ifconfig or
uname a or hostname work?

Thanks,

Vineet
 
If you enable Remote Login from the Sharing pane in System Preferences, it will enable the OpenSSH daemon in OS X.

Darwin is an open source BSD derivative, so you will get a Unix command shell if you successfully login to the Mac OS X machine using SSH.
 
Back
Top