Hans Harder
Hans Harder
Not everyone uses openwrt, it is about if you use a dbclient you are able to put a password on the ssh keys for security. Seems logical to make this...
Attached tar file which contains patch files for dbclient and dropbearkey which supports encrypted keys. Uses dbclient -E or dropbearkey -N for passphrase or it can be an env varnm...
Any idea why that CIFuzz check failed ?
Sorry been a bit busy lately, I see what I can do this weekend.
Only the line numbers didn't match, since it was from 2022... build it and tested it with a normal user, should work for you. I build it statically as: ./configure...
I use Alpine Linux to build a static version of dropbear using: -no-pie -g -DNDEBUG -s -march=x86-64 -fPIC -m64 -mtune=generic -Wl,--build-id=none Alpine Linux uses the musl library instead of glibc...
Not using configure, use CFLAGS and LDFLAGS so for instance export CFLAGS="-no-pie -g -DNDEBUG -s -march=x86-64 -fPIC -m64 -mtune=generic " export LDFLAGS="-mtune=generic -no-pie -s -static" and then the configure command