developmentseed / remote-workstation

A Dockerised work environment hosted on AWS Fargate which can be SSH'd into ☁️🌎📦
MIT License
25 stars 2 forks source link

Modify Dockerfile to only allow key based auth #4

Closed wildintellect closed 3 years ago

wildintellect commented 3 years ago

To avoid potential exploits/brute force, etc... the openssh should be configured to only accept key based auth.

Side issue, doesn't currently seem to be setting public key correctly, as it's prompting for password, testing with PR #2