diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-04-11 13:25:59 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-04-11 14:08:30 +0200 |
commit | ef1f3798a0d06fa5e3ba9ae9cda0d1000e4cc57b (patch) | |
tree | 7d0b8fe5ee9534c82e2a0a80067ae61115acc2c3 /conf/config.proto | |
parent | 4f4cfff620ecaa27e4b50f542f6f1e9af9d08e30 (diff) |
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 <lfleischer@archlinux.org>
Diffstat (limited to 'conf/config.proto')
-rw-r--r-- | conf/config.proto | 2 |
1 files changed, 1 insertions, 1 deletions
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 |