Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate SSH keys in Fedora 30 using openssh 7.9 #21

Merged
merged 1 commit into from Jun 20, 2019

Conversation

samdoran
Copy link
Contributor

@samdoran samdoran commented Jun 19, 2019

Later update to the latest openssh version after generating the key. It appears that openssh 8.0 doesn't generate the private key in the proper format even when -m PEM is specified.

Later update to the latest OpenSSH version after generating the key. OpenSSH 8.0
generates PEM keys in PKCS8 PEM format, which Paramiko does not recognize.

Further information:
https://bugzilla.redhat.com/show_bug.cgi?id=1722285
paramiko/paramiko#1015
## To make a commit, type your commit message and press SUPER-ENTER. To cancel
## the commit, close the window. To sign off on the commit, press SUPER-S.
##
## You may also reference or close a GitHub issue with this commit.  To do so,
## type `#` followed by the `tab` key.  You will be shown a list of issues
## related to the current repo.  You may also type `owner/repo#` plus the `tab`
## key to reference an issue in a different GitHub repo.

 fedora30-test-container/Dockerfile | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)
@samdoran samdoran merged commit 59e2800 into ansible:master Jun 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants