Hi, I've just compiled OpenSSH-7.1 on an AIX machine that didn't have OpenSSH earlier, and got an error about being unable to generate ssh_host_key via 'ssh-keygen -t rsa1' because rsa1 isn't supported any more. (It happens at 'make install') I suggest removing/changes it to 'ssh-keygen -t rsa'
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