| Summary: | Obsolete SSHv1 config options | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Jakub Jelen <jjelen> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | enhancement | CC: | djm, dtucker |
| Priority: | P5 | ||
| Version: | 7.1p1 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Bug Depends on: | |||
| Bug Blocks: | 2698 | ||
|
Description
Jakub Jelen
2015-12-19 00:14:21 AEDT
We'll take a look at these after the openssh-7.3 release when we start removing the SSHv1 code properly. OpenSSH 7.4 release is closing; punt the bugs to 7.5 I've put the remaining options into #ifdef and generally tidied up SSHv1 options here: commit 381a2615a154a82c4c53b787f4a564ef894fe9ac Author: djm@openbsd.org <djm@openbsd.org> Date: Mon Jan 30 00:38:50 2017 +0000 upstream commit small cleanup post SSHv1 removal: remove SSHv1-isms in commented examples reorder token table to group deprecated and compile-time conditional tokens better fix config dumping code for some compile-time conditional options that weren't being correctly skipped (SSHv1 and PKCS#11) Upstream-ID: f2e96b3cb3158d857c5a91ad2e15925df3060105 That just leaves the manual bits. Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while back. To calibrate expectations, there's little chance all of these are going to make 7.6. remove 7.5 target Now that the SSH1 code is gone I think this is resolved. Certainly the one referred to in the upstream bug (Cipher) is gone. If there are any that we missed we will happily delete them. closing resolved bugs as of 8.6p1 release |