Bug #30121
ssh-keygen on EL8 generates private keys in RFC4716 format, net-ssh requires PEM format
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
Fixed in Releases:
Found in Releases:
Associated revisions
History
#1
Updated by The Foreman Bot about 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-foreman_proxy/pull/600 added
#2
Updated by The Foreman Bot about 2 years ago
- Fixed in Releases 2.2.0 added
#3
Updated by Tomer Brisker about 2 years ago
- Target version set to 2.1.0
#4
Updated by Adam Ruzicka about 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman_proxy|e74674d8f597e61658fa701ea6d4c8fee654859e.
#5
Updated by Tomer Brisker about 2 years ago
- Fixed in Releases 2.1.0 added
- Fixed in Releases deleted (
2.2.0)
Fixes #30121 - Generate SSH keys in PEM format
On EL8 the keys get generated in RFC4716 which doesn't play well with
the version of net-ssh we currently ship.