all: add opensc-pkcs11.so as the only thing ssh-agent can load

This commit is contained in:
Aaron Bieber 2023-07-21 07:35:41 -06:00
parent 10617ae77f
commit f0c1da5ee8
No known key found for this signature in database

View File

@ -190,6 +190,7 @@ in {
zsh.enable = true;
gnupg.agent.enable = true;
ssh = {
agentPKCS11Whitelist = "${pkgs.opensc}/lib/opensc-pkcs11.so";
knownHosts = {
"[namish.humpback-trout.ts.net]:2222".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF9jlU5XATs8N90mXuCqrflwOJ+s3s7LefDmFZBx8cCk";
"[git.tapenet.org]:2222".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOkbSJWeWJyJjak/boaMTqzPVq91wfJz1P+I4rnBUsPW";