search for: key_matching_data

Displaying 1 result from an estimated 1 matches for "key_matching_data".

2001 May 17
0
Patch: Set SSH_AUTHKEY to key id used to authenticate.
...-2.9p1/auth2.c openssh-2.9p1authdata/auth2.c --- openssh-2.9p1/auth2.c Wed Apr 25 06:44:15 2001 +++ openssh-2.9p1authdata/auth2.c Thu May 17 00:56:38 2001 @@ -771,6 +771,7 @@ if (key_equal(found, key) && auth_parse_options(pw, options, file, linenum) == 1) { found_key = 1; + key_matching_data(cp); debug("matching key found: file %s, line %ld", file, linenum); break; diff -ur openssh-2.9p1/key.c openssh-2.9p1authdata/key.c --- openssh-2.9p1/key.c Tue Apr 17 12:11:37 2001 +++ openssh-2.9p1authdata/key.c Thu May 17 00:56:46 2001 @@ -781,3 +781,23 @@ break; }...