[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Key exchange fail
[Thread Prev] | [Thread Next]
- Subject: Re: Key exchange fail
- From: Jakub Jelen <jjelen@xxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 28 Mar 2025 13:53:38 +0100
- To: libssh@xxxxxxxxxx
Hi, do you have some error? Please, try to set the libssh log level to SSH_LOG_TRACE. It will then print more information about what is going on under the hood and might show up some path to the failure. Jakub On Fri, Mar 28, 2025 at 12:20 PM Yusuf Saka <yusufsaka5481@xxxxxxxxx> wrote: > > Hey there, > > I recently read your docs on implementing a ssh connection and read one of your example codes called ssh_server.c which works quite fine in my own device. I've been trying to implement the C++ version of this code with classes in play for days but the code just won't work. I am trying to create a ssh server with threads (pthread) mainly and it fails in > ssh_server.cpp > in handle_session function at line 187. > KEY_FILE macro is defined in my cmake file. I've been able to get connection but key exchange fails somehow. > I've been trying to solve the problem for few days now and being a beginner in programming it is starting to get quite frustrating so I've decided to reach out for help. > > Best regards > >
Re: Key exchange fail | Yusuf Saka <yusufsaka5481@xxxxxxxxx> |
Key exchange fail | Yusuf Saka <yusufsaka5481@xxxxxxxxx> |