Cannot scp files to systems running oniro-image-base
The module affected
dropbear
What is the action to reproduce the bug?
Run oniro-image-base
on bare metal or in a VM and try to scp
What is the result you see?
zyga@lambert:~/oniro-with-zyga/build-oniro-linux$ scp -P 2222 bitbake-cookerdaemon.log oniro@localhost:/tmp
oniro@localhost's password:
sh: /usr/libexec/sftp-server: not found
scp: Connection closed
What is the result you expect?
The file should be copied as expected
Frequency?
always
Tested version
Snapshot built from 5c7b1010
Do you know any workaround of this issue?
Pass -O
to scp.
Do you have a fix for this issue?
Nope