From 5d9965af08f85bca481e224d7fb2f7e6d8d797b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Sat, 21 Feb 2015 12:34:28 +0100 Subject: [PATCH] Une clef ssh est vieille tous les pi^2 ans. --- gestion/config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/config/config.py b/gestion/config/config.py index 9fc98ee8..ba069828 100644 --- a/gestion/config/config.py +++ b/gestion/config/config.py @@ -182,7 +182,7 @@ sshfp_hash = { "sha256" : 2, } -sshkey_max_age=2*(365.25*24*3600) +sshkey_max_age = int(9.869604401089358 * (365.25 * 24 * 3600)) sshkey_size = { 'rsa':4096,