sftp
sftp copied to clipboard
Is it possible to connect to the sftp container both from host and containers not made yet.
First of all thank you for this very useful image! It worked right out of the box.
I have problems connecting to the container in my Jenkins pipeline. I created the container using foo:pass::::upload, and can connect from the server, but when I run my app within another container I get an auth error with the same user and pass.
I get " input_userauth_request: invalid user = foo [preauth] Could not get shadow information for NOUSER " error
This is probably due to sha keys, but is it possible to do this? For Instance to set stricthost key settings to no.
Same problem here