Fix SSH host certificate signing for the sshca role #153
Reference in New Issue
Block a user
Delete Branch "benvin/sshca-sign-path-and-principals"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Host signing returns 403 even though login succeeds: the policy grants the literal path sshca/sign/host, but the only role on the sshca mount is signhost, so the grant matches nothing. Hosts named directly under unkin.net also fall outside the role's allowed domains.
Change this to be just the domain change, don’t rename the role.
Point the SSH host sign policy at the role that existsto Allow bare unkin.net hosts in the SSH host sign roleAllow bare unkin.net hosts in the SSH host sign roleto Fix SSH host certificate signing for the sshca role