From 20a2fd22f4657b60e02485cd9137bfc068fb44f9 Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
Date: Thu, 21 Oct 2021 20:40:51 +0200
Subject: strip-private: T3926: strip cisco-authentication key

---
 src/helpers/strip-private.py | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src')

diff --git a/src/helpers/strip-private.py b/src/helpers/strip-private.py
index c74a379aa..e4e1fe11d 100755
--- a/src/helpers/strip-private.py
+++ b/src/helpers/strip-private.py
@@ -106,6 +106,7 @@ if __name__ == "__main__":
     stripping_rules = [
         # Strip passwords
         (True, re.compile(r'password \S+'), 'password xxxxxx'),
+        (True, re.compile(r'cisco-authentication \S+'), 'cisco-authentication xxxxxx'),
         # Strip public key information
         (True, re.compile(r'public-keys \S+'), 'public-keys xxxx@xxx.xxx'),
         (True, re.compile(r'type \'ssh-(rsa|dss)\''), 'type ssh-xxx'),
-- 
cgit v1.2.3