0

I need SSHD (SSH server) enabled in order to make Hadoop running in my Travis CI job.

For Linux I just do sudo apt-get install openssh-server and it works. But for OS X the only tips I've found say to enable Remote Login in settings: How to install sshd on Mac?

How can I enable SSHD using just .travis.yml for OS X?

Community
  • 1
  • 1
Michal Kordas
  • 10,475
  • 7
  • 58
  • 103

1 Answers1

0

I've finally found the command to enable Remote Login from terminal:

sudo systemsetup -setremotelogin on
Michal Kordas
  • 10,475
  • 7
  • 58
  • 103