Page MenuHomePhabricator

Fix parsing and storage of generated SSH keys
ClosedPublic

Authored by epriestley on Apr 8 2014, 5:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 23, 4:06 AM
Unknown Object (File)
Mon, Jun 22, 11:33 AM
Unknown Object (File)
Mar 30 2026, 2:51 AM
Unknown Object (File)
Feb 4 2026, 12:33 PM
Unknown Object (File)
Jan 9 2026, 4:41 PM
Unknown Object (File)
Dec 21 2025, 4:17 PM
Unknown Object (File)
Nov 27 2025, 11:05 PM
Unknown Object (File)
Nov 27 2025, 7:46 PM
Subscribers

Details

Summary

Fixes T4772. We weren't parsing generated public keys properly, and were storing them in the wrong format.

Test Plan
  • Updated a private key.
  • Generated a public key.
  • Saved the public key.
  • Used a generated private key to authenticate.

Diff Detail

Repository
rP Phabricator
Branch
sshparse
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

epriestley retitled this revision from to Fix parsing and storage of generated SSH keys.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Apr 8 2014, 9:52 PM
epriestley updated this revision to Diff 20692.

Closed by commit rP563a1ac5bf3c (authored by @epriestley).