1
1

doc: Update documentation of ssh_userauth_try_publickey()

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Andreas Schneider 2016-01-13 10:17:40 +01:00
родитель b3ad6a015b
Коммит 12da51ac5a

Просмотреть файл

@ -430,7 +430,7 @@ fail:
* SSH_AUTH_PARTIAL: You've been partially authenticated, you still * SSH_AUTH_PARTIAL: You've been partially authenticated, you still
* have to use another method.\n * have to use another method.\n
* SSH_AUTH_SUCCESS: The public key is accepted, you want now to use * SSH_AUTH_SUCCESS: The public key is accepted, you want now to use
* ssh_userauth_pubkey(). * ssh_userauth_publickey().
* SSH_AUTH_AGAIN: In nonblocking mode, you've got to call this again * SSH_AUTH_AGAIN: In nonblocking mode, you've got to call this again
* later. * later.
* *