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

ssh-keygen.exe types DSA, ECDSA, RSA not supported #1001

Closed
byronigoe opened this issue Dec 24, 2017 · 7 comments
Closed

ssh-keygen.exe types DSA, ECDSA, RSA not supported #1001

byronigoe opened this issue Dec 24, 2017 · 7 comments
Assignees

Comments

@byronigoe
Copy link

Please answer the following

"OpenSSH for Windows" version
Beta

Client OperatingSystem
Windows 10 Pro

What is failing
ssh-keygen lists various unusable encryption types in the help output:
usage: ssh-keygen [-q] [-b bits] [-t dsa | ecdsa | ed25519 | rsa]
[-N new_passphrase] [-C comment] [-f output_keyfile]
Try to use anything but ed25519 and it fails.

Expected output
Successful generation of a key pair.

Actual output
unknown key type dsa
unknown key type rsa
unknown key type ecdsa

@bagajjal
Copy link
Collaborator

bagajjal commented Dec 24, 2017

Looks like you are using the windows inbox version of openssh. If yes the this is expected.. The initial version has support for only ed25519..

You can try our github version that has latest and greatest version..

@bagajjal
Copy link
Collaborator

Reopen if required

@bagajjal bagajjal self-assigned this Dec 25, 2017
@iamakulov
Copy link

iamakulov commented Jan 14, 2018

Should I expect Windows to eventually update the inbox SSH version to match the GitHub one? If yes, do you know when this could be expected?

(I’m particularly interested in RSA support.)

@bagajjal
Copy link
Collaborator

Yes, it will be in our next release.. I guess the next release is in April..

@p0lar-bear
Copy link

I just downloaded and installed the 1.0.0.0 release as per the instructions, and Get-Command tells me that the ssh-keygen being used is the one in C:\Program Files\OpenSSH\, yet it's telling me that RSA isn't supported as above.

@bagajjal
Copy link
Collaborator

bagajjal commented Feb 4, 2018

Are you sure you are using 1.0.0.0?

@p0lar-bear
Copy link

...Nope. I thought I was but I misread the output of Get-Command, it was using 0.0.18.0. Disregard.

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

No branches or pull requests

4 participants