Displaying 2 results from an estimated 2 matches for "key_name_pat".
2002 Jan 24
1
PATCH: krb4/krb5/... names/patterns in auth_keys entries
...ts without having to
change ~root/.authorized_keys on all thousands of servers.
Below you should find two versions of this patch, one against OpenSSH
3.0.2p1, the other against 3.0.2p1 + Simon Willkinson's GSS-API patches.
Files modified:
- key.h
- added KEY_NAME key type
- added KEY_NAME_PAT key type
- added name, name_len and name_type fields to the Key struct
- added prototype for key_match()
- key.c
- added initialization/finalization of new Key fields to key_new()/key_free()
- added named/pattern key type support to a variety of functions,
including key_read...
2001 Aug 15
0
[ossh patch] principal name/patterns in authorized_keys2
...t 2.9p2 + Simon Wilkinson's GSS-API patches (*).
NOTE: I did not strive too hard to keep to the code style of OpenSSH.
Point me a the description of the OpenSSH code style and I'll
modify my patch accordingly.
Files modified:
- key.h
- added KEY_NAME key type
- added KEY_NAME_PAT key type
- added name, name_len and name_type fields to the Key struct
(I realize that the name_len field is useless, I may remove it)
- added prototype for key_match()
- key.c
- added initialization/finalization of new Key fields to key_new()/key_free()
- added named/pattern key...