sjourdan/alpine-sshd

scp support

Closed this issue · 3 comments

It would be nice to have scp support.

Could you add apk add openssh-client to the image?

Thanks!

Why not. My goal was to build an easy entry point, something to ssh into, of drop files via sftp, but from outside.
What's your use case like? You'd like be to be able to use scp right from inside the sshd container?

I wanted to drop files with scp (not sftp) from the outside. And to do this, you actually need scp to be installed on the remote server too.

You're right! Wasn't my use case, but I'll add scp, as it will surely be useful.