1

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

4

1 回答 1

1

如果您查看http://ppa.launchpad.net/sfire/ssh-lpk/ubuntu/pool/main/o/openssh/没有包openssh。你想要openssh-client和/或openssh-server.

# apt-get install openssh-client

openssh-server如果你愿意,也可以这样做。

于 2011-08-28T00:56:48.477 回答