[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with server key verification
[Thread Prev] | [Thread Next]
- Subject: Problem with server key verification
- From: Michal Vaško <mvasko@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 13 Jan 2015 11:13:48 +0100
- To: libssh@xxxxxxxxxx
Hi, I managed to implement a server with public key verification as one of the supported authentication methods. I set "ssh_server_cb" structure with the "auth_pubkey_function" callback that is correctly called. My problem is that if someone has a valid public key, they can authenticate themselves with any username, because I cannot find the information where the public key came from in the server, only that it is valid (the signature_state argument). Can you suggest, please, an elegant way of solving this? Thank you. Kind regards, Michal
Re: Problem with server key verification | Andreas Schneider <asn@xxxxxxxxxxxxxx> |
libssh-0.6.4 - OSX Yosemite compile error on redefinitions. | Michael Griffin <mrmisticismo@xxxxxxxxxxx> |