Displaying 2 results from an estimated 2 matches for "user_ca".
Did you mean:
user_cs
2019 Sep 13
2
revoking ssh-cert.pub with serial revokes also younger certs
...???? test
??????? Critical Options: (none)
??????? Extensions:
??????????????? permit-X11-forwarding
??????????????? permit-agent-forwarding
??????????????? permit-port-forwarding
??????????????? permit-pty
??????????????? permit-user-rc
Now i try to revoke this certificate with
ssh-keygen -s ../user_ca.pub -kf /etc/ssh/revoked_keys -z 17
id_user_rsa-cert.pub
The serial is 1 less the serial of my created certificate
Check, if my certificate is valid
root at host # ssh-keygen -Qf /etc/ssh/revoked_keys id_user_rsa-cert.pub
id_user_rsa-cert.pub (test on myhost - created by ansible (1564358942)):
R...
2019 Sep 16
2
revoking ssh-cert.pub with serial revokes also younger certs
...permit-X11-forwarding
>> ??????????????? permit-agent-forwarding
>> ??????????????? permit-port-forwarding
>> ??????????????? permit-pty
>> ??????????????? permit-user-rc
>>
>>
>> Now i try to revoke this certificate with
>>
>> ssh-keygen -s ../user_ca.pub -kf /etc/ssh/revoked_keys -z 17
>> id_user_rsa-cert.pub
>>
>> The serial is 1 less the serial of my created certificate
>>
>> Check, if my certificate is valid
>>
>> root at host # ssh-keygen -Qf /etc/ssh/revoked_keys id_user_rsa-cert.pub
>> id_us...