You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Ubuntu 12.04 ships with OpenSSH-5.9p1.

We would like to have the LDAP Public Keys patch incorporated, as well as the SFTP File Control patch

To do this:

 

  • cd /usr/src
  • apt-get source openssh && cd openssh-5.9p1
  • patch < ~/sftp.patch
  • dpkg-source --commit
  • patch < ~/lpk.patch
  • dpkg-source --commit
  • dpkg-buildpackage
The LPK patch is derived from Gentoo. The SFTP file control patch is the one for 5.4p1.
Both had to be slightly changed so they could be applied (order: sftp,lpk).

 

 

  • No labels