sftp-server

I have openssh in my image but am having trouble using sftp. I notice that the /etc/ssh/sshd_config has the following:

# override default of no subsystems
Subsystem sftp /usr/libexec/sftp-server

This file doesn't exist in my image, so I suspect this is my problem. Is there something I need to add to the bitbake recipe to get this installed?

Re: sftp-server

To get sftp-server just install the package openssh-sftp-server

opkg install openssh-sftp-server

As an alternative, scp works out of the box.

Syndicate content