[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: need help about how to use ssh_userauth_autopubkey
[Thread Prev] | [Thread Next]
- Subject: Re: need help about how to use ssh_userauth_autopubkey
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 09 Feb 2012 10:02:19 +0100
- To: libssh@xxxxxxxxxx
On Thursday 09 February 2012 11:21:52 you wrote: > Thank you so much, i have just use the master code. Is there an > example to show how to use pki ? or a deeper inside on the PKI to > implement pubkey auth. Read the API documentation of the pki functions http://api.libssh.org/master/group__libssh__pki.html and the SSH RFC. What you need to do is: ssh_message_auth_pubkey() ssh_pki_import_pubkey_*() ssh_key_cmp() -- andreas -- Andreas Schneider GPG-ID: F33E3FC6 www.cryptomilk.org asn@xxxxxxxxxxxxxx
need help about how to use ssh_userauth_autopubkey | "Linny.liang 梁玉林" <ylliang@xxxxxxxxx> |
Re: need help about how to use ssh_userauth_autopubkey | Andreas Schneider <asn@xxxxxxxxxxxxxx> |
Re: Re: need help about how to use ssh_userauth_autopubkey | "Linny.liang 梁玉林" <ylliang@xxxxxxxxx> |