/docker-arduino-ssh

Extends the ESP image with an SSH server.

Primary LanguageDockerfileMIT LicenseMIT

This repository contains the sources to build the docker image pschuller/arduino-ssh. It builds upon pschuller/arduino-esp by adding an ssh server to enable remote builds. The login is possible with user root and password root.

This images ssh setup is inspired by https://hub.docker.com/r/gotechnies/alpine-ssh.