Sign inSign up

teran/nginx-ssh

By teran

Updated over 8 years ago

Docker image with nginx and sshd useful for using with apps allows sftp uploads

Image
0

317

teran/nginx-ssh repository overview

docker-nginx-ssh

docker run -it -p 80:80 -p 22:22 \
  -e SSH_HOST_RSA_KEY="SSH_HOST_RSA_KEY_CONTENS" \
  -e SSH_HOST_RSA_PUBLIC_KEY="SSH_HOST_RSA_PUBLIC_KEY_CONTENS" \
  -e SSH_HOST_ECDSA_KEY="ECDSA_KEY_CONTENTS" \
  -e SSH_HOST_ECDSA_PUBLIC_KEY="SSH_HOST_ECDSA_PUBLIC_KEY_CONTENTS" \
  -e SSH_HOST_ED25519_KEY="SSH_HOST_ED25519_KEY_CONTENTS" \
  -e SSH_HOST_ED25519_PUBLIC_KEY="SSH_HOST_ED25519_PUBLIC_KEY_CONTENTS" \
  -e SSH_AUTHORIZED_KEY="Users authorized keys" \
  teran/docker-nginx-ssh

Tag summary

Content type

Image

Digest

Size

55.5 MB

Last updated

over 8 years ago

docker pull teran/nginx-ssh