Skip to content

Example Projects

Clemens H. Cap edited this page Nov 2, 2022 · 3 revisions

ssh

  • Contains a minimal sample of an alpine docker image with a running ssh daemon.
  • Allows to su
  • After a fresh start we might need to revoke the local ssh key using:
  ssh-keygen -R ssh.iuk.one
  • Allows us further tests for more complex docker files in alpine.
Clone this wiki locally