From ef1f3798a0d06fa5e3ba9ae9cda0d1000e4cc57b Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 11 Apr 2015 13:25:59 +0200 Subject: Update the OpenSSH patch Use the latest version of Damien Miller's patch to extend the parameters to the AuthorizedKeysCommand. Signed-off-by: Lukas Fleischer --- conf/config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/config.proto b/conf/config.proto index 95194a7..99ab602 100644 --- a/conf/config.proto +++ b/conf/config.proto @@ -28,7 +28,7 @@ auto_orphan_age = 15552000 auto_delete_age = 86400 [auth] -key-prefixes = 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 username-regex = [a-zA-Z0-9]+[.\-_]?[a-zA-Z0-9]+$ git-serve-cmd = /srv/http/aurweb/scripts/git-integration/git-serve.py ssh-options = no-port-forwarding,no-X11-forwarding,no-pty -- cgit v1.2.3-54-g00ecf