Home
last modified time | relevance | path

Searched refs:SSH2_MSG_USERAUTH_PK_OK (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dssh2.h125 #define SSH2_MSG_USERAUTH_PK_OK 60 macro
H A Dauth2-pubkey.c284 if ((r = sshpkt_start(ssh, SSH2_MSG_USERAUTH_PK_OK)) in userauth_pubkey()
H A Dsshconnect2.c1492 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_PK_OK, &input_userauth_pk_ok); in send_pubkey_test()