Skip to content

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

Notifications You must be signed in to change notification settings

teran/docker-nginx-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages