Using certificates for SSH authentication
Using certificates for SSH authentication
Posted Nov 8, 2022 21:13 UTC (Tue) by mjg59 (subscriber, #23239)In reply to: Using certificates for SSH authentication by jonesmz
Parent article: Using certificates for SSH authentication
OpenSSH upstream has been pretty clear about not wanting to support that for understandable reasons (asn.1 parsing is extremely hard to get right). Thankfully it's possible to do this without having to patch OpenSSH - https://github.com/mjg59/ssh_pki (I do not recommend doing this)
