Skip to content

A Ubuntu image configured with sshd for use in testing

Notifications You must be signed in to change notification settings

fabled-se/ubuntu-sshd-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ubuntu-sshd-image

Ubuntu image with sshd configured for use in testing

Usage

Pass in your public key as an environment variable PUBLIC_SSH_KEY.

docker run \
    -e PUBLIC_SSH_KEY="ssh-ed25519 ..."
    -p 22:22 \
    -d \
    ghcr.io/fabled-se/ubuntu-sshd-image:latest