We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot get to install this. When I run make, it throws this error: What am I missing?
make
cc -Wall -o bin/ssh-honeypot src/ssh-honeypot.c -lssh -ljson-c -lpcap -lssl -lcrypto src/ssh-honeypot.c: In function ‘handle_ssh_auth’: src/ssh-honeypot.c:631:60: warning: ‘ssh_message_auth_password’ is deprecated [-Wdeprecated-declarations] 631 | ssh_message_auth_password(message)); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/ssh-honeypot.c:31: /usr/include/libssh/server.h:302:39: note: declared here 302 | SSH_DEPRECATED LIBSSH_API const char *ssh_message_auth_password(ssh_message msg); | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/ssh-honeypot.c:636:43: warning: ‘ssh_message_auth_password’ is deprecated [-Wdeprecated-declarations] 636 | ssh_message_auth_password(message)); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/libssh/server.h:302:39: note: declared here 302 | SSH_DEPRECATED LIBSSH_API const char *ssh_message_auth_password(ssh_message msg);
My env:
Linux [...] 6.8.0-48-generic #48-Ubuntu SMP PREEMPT_DYNAMIC [...] x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
Ahh ok, I saw in a video this warning and noticed the build still succeeded. Adding a suggestion to the documentation.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I cannot get to install this. When I run
make
, it throws this error:What am I missing?
My env:
The text was updated successfully, but these errors were encountered: