Comment #1 on issue 15 by
bgmi...@gmail.com: LPK patch updated for OpenSSH
6.2p1
http://code.google.com/p/openssh-lpk/issues/detail?id=15
I believe the reason the related methods were refactored was the inclusion
of a feature that now obsoletes this patch:
20121030
- (djm) OpenBSD CVS Sync
-
mar...@cvs.openbsd.org 2012/10/05 12:34:39
[sftp.c]
fix signed vs unsigned warning; feedback & ok: djm@
-
d...@cvs.openbsd.org 2012/10/30 21:29:55
[auth-rsa.c auth.c auth.h auth2-pubkey.c servconf.c servconf.h]
[sshd.c sshd_config sshd_config.5]
new sshd_config option AuthorizedKeysCommand to support fetching
authorized_keys from a command in addition to (or instead of) from
the filesystem. The command is run as the target server user unless
another specified via a new AuthorizedKeysCommandUser option.
patch originally by jchadima AT
redhat.com, reworked by me; feedback
and ok markus@
There is an implementation of the AuthorizedKeysCommand for fetching keys
from LDAP. For example, on RHEL, this is available in the openssh-ldap
package.