roleoroleo / sonoff-hack

Custom firmware for Sonoff GK-200MP2B camera
GNU General Public License v3.0
200 stars 45 forks source link

Make scp actually work #97

Closed puuu closed 1 year ago

puuu commented 1 year ago

This will fix the not working scp function of dropbear.

  1. It correctly sets the PATH environment variable for the root user in order to find the scp command.
  2. It changes the LD_LIBRARY_PATH environment variable in order to find libcrypt.so.0.

BTW: scp is deprecated by openSSH in favor of sftp, you may need to use scp -O on the host.