Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am manonfgoo on github.
  • I am manongoo (https://keybase.io/manongoo) on keybase.
  • I have a public key whose fingerprint is 1043 74CD 6059 2BEA 598C F641 1187 6BE7 E9F8 D827

To claim this, I am signing this object:

@manonfgoo
manonfgoo / decode-openssh-cert.py
Created October 13, 2023 20:08 — forked from corny/decode-openssh-cert.py
OpenSSH certificate decoder in Python
#!/usr/bin/env python2
#
# OpenSSH certificate decoder in Python
#
# References:
# - https://tools.ietf.org/html/rfc4251.html#section-5
# - http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL.certkeys?annotate=HEAD
#
# Copyright (c) 2016 Julian Kornberger <jk+github@digineo.de>
#