This package is only used for building an SFTP locally using docker. This is supporting 2 main login methods
- By using username/password
- By using a private key
docker-compose up
$ ssh-keygen -R localhost && ssh-copy-id -i ssh/id_rsa.pub sango@localhost
> input password `sango` if have?
host: sftp://localhost
username: sango
password: sango
username: sango
private file key: ./ssh/id_rsa
ssh-keygen -R localhost
The code is available under the MIT License.