I am attempting to install an openssh-lpk( http://code.google.com/p/openssh-lpk/ ) patch on ubuntu(either 10.04 or 10.10) to enable authentication through ssh keys stored in an ldap directory. It seems like there are two options to do this.
Either apply the patch to openssh manually
or
Install a patched openssh from an ubuntu ppa here https://launchpad.net/~sfire/+archive/ssh-lpk. When attempting to install from the ppa I can successfully add the repository but once I run apt-get update and try to install with
apt-get install openssh
I get an error saying no such package exists.
Any help on installing an lpk patched openssh would be greatly appreciated. Thanks