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

Skip blank lines when detecting key formats #211

Merged
merged 1 commit into from
Aug 18, 2015

Conversation

bluekeyes
Copy link
Contributor

I found a set of systems (CI nodes) where the private key files started with a blank line, which broke tests using SSHJ. We fixed the key files, but since OpenSSH, git, and all the other applications we use worked with these files, it seemed like an SSHJ bug.

Also add some basic tests for key formats.

Some private keys found in the wild start with a blank line, which
breaks SSHJ. OpenSSH utilities worked as expected with these key files.

Also add some basic tests for key formats.
hierynomus added a commit that referenced this pull request Aug 18, 2015
Skip blank lines when detecting key formats
@hierynomus hierynomus merged commit d5eaca2 into hierynomus:master Aug 18, 2015
@hierynomus
Copy link
Owner

Thanks! Looks great.

@hierynomus hierynomus added this to the 0.14.0 milestone Aug 18, 2015
@bluekeyes bluekeyes deleted the fix/key-blank-lines branch August 18, 2015 23:41
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