broadinstitute / firecloud_developer_toolkit

Utilities to help algorithm developers dockerize new tasks, debug them, and put them into Firecloud.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

install - open ssh server #41

Open gsaksena opened 7 years ago

gsaksena commented 7 years ago

sudo apt install openssh-server; cp ~/sshd_config /etc/ssh/sshd_config; sudo systemctl restart sshd.service