| 16 Jul 2021 |
andi- | I've been doing that for a few days now | 16:36:59 |
Mic92 | Does openssh supports pkcs11? | 16:37:29 |
Mic92 | I rather prefer over gnupg codebase | 16:37:39 |
Mic92 | * I rather prefer theirs over gnupg codebase | 16:37:48 |
andi- | Yeah, you basically enable the tpm2 settings in the nixos options. Including the pkcs11 shim and then:
ssh-keygen -D /run/current-system/sw/lib/libtpm2_pkcs11.so
| 16:37:59 |
Mic92 | Nice. | 16:38:10 |
andi- | Yeah except that on current unstable you have to patch the tpm2-tss lib or rather remove our dlopen patch. | 16:38:37 |
andi- | I've not had a moment to upstream that yet. | 16:38:46 |
andi- | You can also follows this guide: https://incenp.org/notes/2020/tpm-based-ssh-key.html minus all the compiling | 16:40:11 |
andi- | Mic92: are you aware of a password manager that uses pkcs11 and isn't using GPG? Age is still not able to do that IIRC. | 16:43:58 |
andi- | (It has a bunch of repos around that topic but I've not managed to understand why they need so many) | 16:44:04 |
| samueldr joined the room. | 18:19:34 |
@grahamc:nixos.org | I think it would go a long way if someone made some flow charts of how pieces fit together and some state diagrams, | 18:46:44 |
@grahamc:nixos.org | like a state diagram of the lockout interval, recovery, counter for example. it is not very complicated, but I think a diagram would clear up how it is used | 18:48:07 |
andi- | Is there a nice collaborative tool to draw those? | 18:57:14 |
andi- | I don't want to pass graphviz files around | 18:57:28 |
@grahamc:nixos.org | I was just going to say graphviz | 18:57:35 |
andi- | how about https://md.darmstadt.ccc.de/tpm2# ? | 18:59:52 |
andi- | It is graphviz and collaborative | 18:59:58 |