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

[Suggestion] Specify which keyfile format to use #25

Open
m-p-3 opened this issue Apr 13, 2018 · 1 comment
Open

[Suggestion] Specify which keyfile format to use #25

m-p-3 opened this issue Apr 13, 2018 · 1 comment

Comments

@m-p-3
Copy link

m-p-3 commented Apr 13, 2018

Hi, I've been trying to authenticate using my private key file, generated by PuTTYGen without success. I also tried several export options without success either (Conversions → Export OpenSSH key, Export OpenSSH key (force new file format), Export ssh.com key).

Which keyfile format is the program expecting?

Other than that, would it be possible to have the program check if a valid key is currently loaded in Pageant, without the need to specify the keyfile location?

@masaeedu
Copy link
Owner

Hi @m-p-3. The required format is PEM, which is what you should be getting after performing the conversion you described. Are you explicitly passing your key? The tool doesn't look in the default locations, it expects you to pass a PEM file explicitly using the -i argument.

I haven't looked into interfacing with Putty or Pageant because I don't use these tools, so I'm not sure how a third party tool is supposed to interface with them. If you're interested in adding it yourself a PR would be welcome.

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

2 participants