Coder Social home page Coder Social logo

docker-archlinux-sshd's Introduction

archlinux-sshd

This image provides an archlinux image with a running openssh server with the rsync command installed. Currently only the latest docker tag exists.

You can run the image like this (you can also use the image from the github repository: ghcr.io/christophlsa/archlinux-sshd):

sudo docker run --rm -d --name sshd -p 2222:2222 -e PUBLIC_KEY="..." christophlsa/archlinux-sshd
  • This image will create the user sshuser and when the container is started, the ssh public key will be added to the authorized_keys. The public key can be passed by adding the PUBLIC_KEY environment variable.
  • The openssh server is bound and exposed on port 2222.
  • On each boot the container will generate the archlinux keys, update all packages, generate the openssh keys and start the openssh server.
  • If you wish, you can mount any volume on the container.
  • The user has sudo access - no password is required (no password is set anyway).

The image get automatically rebuild every Monday 3am UTC.

Links:

docker-archlinux-sshd's People

Contributors

christophlsa avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.