Skip to content

Zeilenwerk/sftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SFTP Server

Run SFTP as a non-root user with Dropbear.

Usage

$ docker run -d -e 'USER_ENCRYPTED_PASSWORD=my-encrypted-password' -p 2222:2222 zeilenwerk/sftp

To generate an encrypted password, you can run the following command:

$ echo -n 'your-actual-password' | docker run -i --rm atmoz/makepasswd --crypt-md5 --clearfrom=-

Then you can log in using SFTP:

$ sftp -P 2222 sftp@localhost

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published