Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install sshd on Mac? [closed]

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?

like image 502
user1662744 Avatar asked Nov 28 '22 09:11

user1662744


2 Answers

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

like image 93
Ingmar Hupp Avatar answered Dec 12 '22 16:12

Ingmar Hupp


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

like image 42
Stephen Avatar answered Dec 12 '22 15:12

Stephen