Sign inSign up

kran0/sshd

By kran0

Updated over 5 years ago

Yet another sshd contatiner

Image
0

1.4K

kran0/sshd repository overview

YASC: Yet another SSHd container

Run service with podman-compose

  • Simple Start/stop service:
  podman-compose -f ./compose.yaml up -d
  podman-compose -f ./compose.yaml down
  • Start/stop service with ssh authorized_keys set up
  edit ./compose-env.yaml
  podman-compose -f ./compose.yaml -f ./compose-env.yaml up -d
  podman-compose -f ./compose.yaml -f ./compose-env.yaml down
  • Start/stop service using bash script
  chmod +x ./compose.yaml
  ./compose.yaml up -d
  ./compose.yaml down

Docker tags

Automated Build

Repository:TagDescription
kran0/sshd:latestlatest sshd + alpine
kran0/sshd:{sourceref}-alpinetagged sshd + alpine
kran0/sshd:{sourceref}-fedoratagged sshd + fedora

Tag summary

Content type

Image

Digest

Size

3.2 MB

Last updated

over 5 years ago

docker pull kran0/sshd