We are using dropbear to perform the scp and ssh functionalities. The security department is concerned about the ssh client in the production builds. But, we need scp functionality to transfer the files in the production images. How can I disable dropbear's ssh without disabling scp functionality?
Dropbear is a lightweight replaced of openssh in the embedded systems. It provides the following functionalities:
It also provides an option in the makefile to build only scp utility. Production images needs to build and include only scp binary whereas the debug images should build and include all the dropbear binaries.