This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Based on golang#221 This PR also relaxes the check for SSH certificates. Older OpenSSH clients versions (7.4 included in CentOS 7 for example) that don't understand `[email protected]` or `[email protected]` send SSH certificates signed SHA2 and the public key type set to `[email protected]`. Currently, this combination is rejected by `go/crypto`. OpenSSH implemented their own workaround for the problem https://github.com/openssh/openssh-portable/blob/25c8a2bbcc10c493d27faea57c42a6bf13fa51f2/ssh-rsa.c#L505-L518 openssh/openssh-portable@4ba0d54
- Loading branch information