sftp icon indicating copy to clipboard operation
sftp copied to clipboard

Is it possible to connect to the sftp container both from host and containers not made yet.

Open gravgaard opened this issue 6 years ago • 1 comments

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.

gravgaard avatar Nov 13 '19 20:11 gravgaard

Same problem here

campa avatar Oct 07 '20 17:10 campa