5

I am trying to use Hadoop on my Mac, but it requires Java and ssh, so I need to install them. I have already done the ssh part with the help of Homebrew, but after I download sshd, I don't know how to install it.

How can I do this?

nbrooks
  • 18,126
  • 5
  • 54
  • 66
user1662744
  • 91
  • 1
  • 1
  • 2

2 Answers2

23

OS X comes with sshd, you only need to enable it in System Preferences, under Sharing by clicking on Remote Login:

enter image description here

Ingmar Hupp
  • 2,409
  • 18
  • 22
2

System Preferences -> Sharing -> Check "Remote Login"

Stephen
  • 3,341
  • 1
  • 22
  • 21