Skip to content

polandj/alpine-ssh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

Alpine-SSH

Alpine Linux docker image with SSH support.

Features

  • Allows ONLY key-based authentication
  • Uses hardened SSHD config from https://cipherli.st
  • SSHD logs to stderr, so errors are visible in docker log

Usage

  • Put your public key into the AUTHORIZED_KEYS environment variable

Notes

  • This uses hardened settings, so DSA keys (and maybe others) are not supported. If you can't login, check the log.
  • Not up-to-date? Just let me know, I'll trigger a build!!

About

Alpine Linux Docker Image with SSH support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 80.6%
  • Shell 19.4%