在 ubuntu 上安装 openssh-LPK 补丁

发布于 2024-12-01 17:56:38 字数 584 浏览 2 评论 0原文

我正在尝试安装 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浮光之海 2024-12-08 17:56:38

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

# apt-get install openssh-client

如果您愿意,请对 openssh-server 执行相同的操作。

If you look in http://ppa.launchpad.net/sfire/ssh-lpk/ubuntu/pool/main/o/openssh/ there is no package openssh. You want openssh-client and/or openssh-server.

# apt-get install openssh-client

Do the same for openssh-server if you want that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文