在 ubuntu 上安装 openssh-LPK 补丁
我正在尝试安装 openssh-lpk( http://code.google.com/p/ openssh-lpk/ )在 ubuntu(10.04 或 10.10)上打补丁,以通过存储在 ldap 目录中的 ssh 密钥启用身份验证。似乎有两种选择可以做到这一点。
手动将补丁应用于 openssh
或
从此处的 ubuntu ppa 安装已修补的 openssh https:// launchpad.net/~sfire/+archive/ssh-lpk。 当尝试从 ppa 安装时,我可以成功添加存储库,但是一旦我运行 apt-get update 并尝试安装,
apt-get install openssh
就会收到一条错误消息,指出不存在此类包。
任何有关安装 lpk 修补过的 openssh 的帮助将不胜感激。 谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您查看 http://ppa.launchpad。 net/sfire/ssh-lpk/ubuntu/pool/main/o/openssh/ 没有包
openssh
。您需要openssh-client
和/或openssh-server
。如果您愿意,请对
openssh-server
执行相同的操作。If you look in http://ppa.launchpad.net/sfire/ssh-lpk/ubuntu/pool/main/o/openssh/ there is no package
openssh
. You wantopenssh-client
and/oropenssh-server
.Do the same for
openssh-server
if you want that.