[PATCH aurweb 2/2] Add FIDO/U2F ssh keytypes to default config

Steven Guikal void at fluix.one
Thu Jun 10 18:35:13 UTC 2021


---
 conf/config.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/config.defaults b/conf/config.defaults
index 98e033b7..e6961520 100644
--- a/conf/config.defaults
+++ b/conf/config.defaults
@@ -62,7 +62,7 @@ ECDSA = SHA256:L71Q91yHwmHPYYkJMDgj0xmUuw16qFOhJbBr1mzsiOI
 RSA = SHA256:Ju+yWiMb/2O+gKQ9RJCDqvRg7l+Q95KFAeqM5sr6l2s
 
 [auth]
-valid-keytypes = ssh-rsa ssh-dss ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521 ssh-ed25519
+valid-keytypes = ssh-rsa ssh-dss ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521 ssh-ed25519 sk-ssh-ecdsa at openssh.com sk-ssh-ed25519 at openssh.com
 username-regex = [a-zA-Z0-9]+[.\-_]?[a-zA-Z0-9]+$
 git-serve-cmd = /usr/local/bin/aurweb-git-serve
 ssh-options = restrict
-- 
2.32.0


More information about the aur-dev mailing list