| Summary: | ssh-keygen -t rsa1 should be removed from Makefile | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Lőrinczy Zsigmond <lzsiga> | ||||||||
| Component: | Build system | Assignee: | Darren Tucker <dtucker> | ||||||||
| Status: | CLOSED FIXED | ||||||||||
| Severity: | trivial | CC: | djm, dtucker, lzsiga | ||||||||
| Priority: | P5 | ||||||||||
| Version: | 7.1p1 | ||||||||||
| Hardware: | All | ||||||||||
| OS: | All | ||||||||||
| Bug Depends on: | |||||||||||
| Bug Blocks: | 2451 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Lőrinczy Zsigmond
2015-09-08 01:38:27 AEST
Created attachment 2697 [details]
test for protocol v.1 support before generating rsa1 key
This should do it
(In reply to Damien Miller from comment #1) > Created attachment 2697 [details] > test for protocol v.1 support before generating rsa1 key > > This should do it Actually I think we should be switching to ssh-keygen -A, which is more future-proof. Created attachment 2698 [details]
use "ssh-keygen -A", add tests to host-key-force
Created attachment 2699 [details]
use "ssh-keygen -A", add tests to host-key-force
oops, typo. fixed.
patch committed and it will be in 7.2p1. Thanks. Close all resolved bugs after 7.3p1 release |