diff options
Diffstat (limited to 'scripts/vyos-strip-config.pl')
-rw-r--r-- | scripts/vyos-strip-config.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vyos-strip-config.pl b/scripts/vyos-strip-config.pl index 9903f77..2a4c953 100644 --- a/scripts/vyos-strip-config.pl +++ b/scripts/vyos-strip-config.pl @@ -128,6 +128,7 @@ if ($stdin) { # Strip passwords $input =~ s/password \S+/password xxxxxx/g if !($keepPasswords); +$input =~ s/cisco-authentication \S+/cisco-authentication xxxxxx/g if !($keepPasswords); # Strip public key information $input =~ s/public-keys \S+/public-keys xxxx\@xxx.xxx/g if !($keepKeys); |