From 22be72b28d9bf7aa4a80cd2960d2e6da0fca5b3c Mon Sep 17 00:00:00 2001 From: salles Date: Sun, 5 Feb 2006 01:35:20 +0100 Subject: [PATCH] Ici aussi darcs-hash:20060205003520-72cb0-64cf323e82161f8c84e74d4c575de42196cd0305.gz --- gestion/whos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/whos.py b/gestion/whos.py index 7208a67a..2ba37a0f 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -425,7 +425,7 @@ def ipsec_ok(machine) : if hostname != "ragnarok": if not os.path.isfile("/usr/scripts/gestion/clef-encap"): return None - prefix = "ssh -i /usr/scripts/gestion/clef-encap root@nectaris.crans.org " + prefix = "ssh -i /usr/scripts/gestion/clef-encap root@ragnarok.crans.org " clients = globals()['clients_ipsec'] if clients == None: clients = commands.getoutput("%snetstat -r -f encap | awk '($1 == \"0/0\") {print $3}'" % prefix).split("\n")