Opened 19 years ago

Closed 19 years ago

#1567 closed defect (fixed)

Openssh-4.2p1

Reported by: bdubbs@… Owned by: Randy McMurchy
Priority: highest Milestone: 6.2.0
Component: BOOK Version: SVN
Severity: major Keywords:
Cc:

Description

Version Increment

This release fixes two security problems, namely in dynamic port forwarding and in GSSAPI credential delegation. It also includes another round of proactive security changes (for signed vs. unsigned integer issues), a new compression method that eliminates the risk of pre-authentication exploitation of zlib bugs, stronger arcfour ciphers, and many improvements to connection sharing.

Change History (5)

comment:1 by LFS-User@…, 19 years ago

bug_file_loc: http://www.openssh.com/
Milestone: future6.2
Owner: changed from blfs-book@… to Randy McMurchy

I'm just about to install SSH in my new rounds of testing. I'll knock this one out and get the book updated so that it can be tested out by users using BLFS-SVN. I'll also test it out with GCC-4, though if I remember correctly the previous version had no issues with GCC-4

comment:2 by LFS-User@…, 19 years ago

Status: newassigned

comment:3 by bdubbs@…, 19 years ago

Current instructions work, but configure requires zlib-1.2.3 which is in LFS svn, but not in LFS 6.1.

Did not check against gcc-4.

comment:4 by LFS-User@…, 19 years ago

The following sed is in the OpenSSH instructions.

sed -i -e "s/lkrb5 -ldes/lkrb5/" Makefile

This is because if you use OpenSSL for crypto, instead of the included libdes library when you compile Heimdal, then the build fails. The text in the instructions needs to be updated to say this and the sed should be updated as follows:

sed -i -e "s/lkrb5 -ldes/lkrb5 -lcrypto/" Makefile

This would not be necessary if libcrypto is already linked into the build at this stage of compiling.

comment:5 by LFS-User@…, 19 years ago

Resolution: fixed
Status: assignedclosed

Updated BLFS to OpenSSH-4.2p1. Added documentation installation commands. Clarified the note about linking to the Heimdal libraries.

Note: See TracTickets for help on using tickets.