Quick instructions on rebuilding openssh and openssl to include the fix, for those not used to patching Debian packages:
<pre> mkdir wrk cd wrk sudo apt-get install build-essential fakeroot wget sudo apt-get build-dep openssl openssh apt-get source openssl openssh cd openssl-0.9.8g wget --quiet -O - http://launchpadlibrarian.net/13798833/bug119295.patch | patch -p1 fakeroot debian/rules binary cd ../openssh-4.7p1 wget --quiet --no-check-certificate -O - https://bugzilla.mindrot.org/attachment.cgi?id=1458 | patch -p0 -N fakeroot debian/rules binary </pre> ... then install the generated debs, or at least openssh- client_4.7p1-8ubuntu1.2_i386.deb and libssl0.9.8_0.9.8g- 4ubuntu3.1_i386.deb . You'll find them in the `wrk' directory. If you're doing this for LTSP thin clients remember to install the debs in the /opt/ltsp/i386 chroot then re-run ltsp-build-image . -- OpenSSH should support VIA PadLock https://bugs.launchpad.net/bugs/119295 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
