Sign inSign up

lucacesari/openssh

By lucacesari

Updated almost 11 years ago

OpenSSH on Archlinux

Image
0

3.0K

lucacesari/openssh repository overview

Archlinux with OpenSSH

This build creates an OpenSSH container based on Archlinux.

The container uses an easy-to-use passwordless root access :P

Installation

Download a prebuilt image from the registry.

docker pull lucacesari/openssh

Build it by hand.

docker build -t="lucacesari/openssh" github.com/lucacesari/docker-openssh

Usage

  • Start the container.
docker run -d -p 22:22 lucacesari/openssh
  • Connect to the container.
ssh root@localhost -p 22

Tag summary

Content type

Image

Digest

sha256:8eaaed5fb

Size

101.9 MB

Last updated

almost 11 years ago

docker pull lucacesari/openssh