Hello, I would like to use libssh to create a simple SSH honeypot. I installed libssh with the debian packages : libssh-0.5.2 I compiled the samplesshd example with : $ gcc samplesshd.c -o samplesshd -lssh
But when I want to execute it : # ./samplesshd error accepting a connection : Could not create BIO. What am I doing wrong ? Regards
