Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 601 Bytes

SETUP_REMOTE.md

File metadata and controls

34 lines (22 loc) · 601 Bytes

Remote Machine Setup

Dependencies

  • SSH Server
  • rsync

Users

We recommend to create a separate user per person. There are other options like a Docker container per person though.

  1. Create user.
$ adduser {FIRST_NAME}_{LAST_NAME}
  1. Place user SSH key.
$ mkdir -p ~/.ssh
$ chmod u+rwx,go= ~/.ssh
$ echo {SSH_KEY} >> ~/.ssh/authorized_keys
$ chmod u+rw,go= ~/.ssh

Environment

Install tools you need to perform remote processing.

Recipe

We've built a recipe to ease the setup of remote machine for you.