AsavarTzeth / docker-sftp

This project isn't being actively maintained. That also means it is not supported. It is provided for archival and academic purposes only and should never be used in a production environment.
BSD 2-Clause "Simplified" License
9 stars 10 forks source link

Authaniation Problem #8

Closed pratapnanda closed 7 years ago

pratapnanda commented 7 years ago

Hi I have created a docker container using below command

docker run --name SFTPmock -v /mySftpVolume:/home/test123/upload -e SFTP_USER=test123 -e SFTP_PASS=abc123 -p 2222:22 -d asavartzeth/sftp

when i try to connect from other container using below command [root@355f3fbc7c97 /]# sftp test123:abc123@10.200.4.154:22/upload Permission denied (publickey,gssapi-keyex,gssapi-with-mic). Couldn't read packet: Connection reset by peer

telnet is working [root@355f3fbc7c97 /]# telnet 10.200.4.154 22 Trying 10.200.4.154... Connected to 10.200.4.154. Escape character is '^]'. SSH-2.0-OpenSSH_7.4

AsavarTzeth commented 7 years ago

See the repository description: "This project isn't being actively maintained. That also means it is not supported."