#589·jc

feature authorized_keys parser

Author: DEvil0000Created Sep 9, 2024Updated Aug 28, 2026
Labelsnew-parserready-to-ship

authorized_keys files parser e.g. ~/.ssh/authorized_keys. maybe asciitable parser or ssh/sshd parser could do that when extended.

third column "comment" is optional as well as the last lines trailing new line is optional.

example input: ssh-rsa AAAhdhkfjhsfsgsfkjhgkufsghru= optionalComment

example output: [{"type": "ssh-rsa", "key": "AAAhdhkfjhsfsgsfkjhgkufsghru=", "comment": "optionalComment"}]