{"id":29583539,"url":"https://github.com/easypost/ssh_certificate_parser","last_synced_at":"2025-07-19T23:13:50.126Z","repository":{"id":15356591,"uuid":"77970898","full_name":"EasyPost/ssh_certificate_parser","owner":"EasyPost","description":"Python library for parsing OpenSSH host/user certificates","archived":false,"fork":false,"pushed_at":"2025-02-13T21:16:36.000Z","size":61,"stargazers_count":7,"open_issues_count":1,"forks_count":3,"subscribers_count":45,"default_branch":"master","last_synced_at":"2025-06-17T22:16:22.258Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EasyPost.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-04T02:05:09.000Z","updated_at":"2024-04-26T17:52:49.000Z","dependencies_parsed_at":"2024-04-26T18:30:44.166Z","dependency_job_id":"496f4fd5-55ff-4d28-bf33-4d292428244e","html_url":"https://github.com/EasyPost/ssh_certificate_parser","commit_stats":{"total_commits":26,"total_committers":3,"mean_commits":8.666666666666666,"dds":0.07692307692307687,"last_synced_commit":"32e20fc1b8fbcf3a14753fad73c54a7878e9874b"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/EasyPost/ssh_certificate_parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyPost%2Fssh_certificate_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyPost%2Fssh_certificate_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyPost%2Fssh_certificate_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyPost%2Fssh_certificate_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EasyPost","download_url":"https://codeload.github.com/EasyPost/ssh_certificate_parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyPost%2Fssh_certificate_parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266039073,"owners_count":23867824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-19T23:13:47.343Z","updated_at":"2025-07-19T23:13:50.121Z","avatar_url":"https://github.com/EasyPost.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"`ssh_certificate_parser` is a small library for interacting with [OpenSSH host/user certificates](https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/usr.bin/ssh/PROTOCOL.certkeys?rev=1.15\u0026content-type=text/plain). Specifically, it supports RSA, DSA, and Ed25519 keys signed by an RSA certificate authority. It does not currently validate the CA signature, but merely parses out some fields.\n\n![CI](https://github.com/EasyPost/ssh_certificate_parser/workflows/CI/badge.svg)\n[![Documentation Status](https://readthedocs.org/projects/ssh-certificate-parser/badge/?version=latest)](https://ssh-certificate-parser.readthedocs.io/en/latest/?badge=latest)\n\nThis work is licensed under the ISC license, a copy of which can be found at [LICENSE.txt](LICENSE.txt)\n\n## Usage\n\nThis module contains a single class, `SSHCertificate`. You can construct it with the `.from_bytes` or `.from_file` classmethods.\n\n```python\nfrom ssh_certificate_parser import SSHCertificate\n\ncert = SSHCertificate.from_file('/etc/ssh/ssh_host_rsa_key-cert.pub')\n\nremaining_seconds_of_validity = cert.remaining_validity\n```\n\nFull documentation is at \u003chttps://ssh-certificate-parser.readthedocs.io/en/latest/\u003e.\n\n## Development\n\n```sh\n# Install dependencies\nmake install\n\n# Lint project\nmake lint\n\n# Test project\nmake test\nmake coverage\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasypost%2Fssh_certificate_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasypost%2Fssh_certificate_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasypost%2Fssh_certificate_parser/lists"}