summaryrefslogtreecommitdiffstats
path: root/bin/jrancid.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/jrancid.in')
-rwxr-xr-xbin/jrancid.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/jrancid.in b/bin/jrancid.in
index 4eb6ee3..238e704 100755
--- a/bin/jrancid.in
+++ b/bin/jrancid.in
@@ -329,6 +329,7 @@ sub ShowSystemBootMessages {
/^\s+\^/ && return;
/syntax error/ && return;
/^JUNOS / && <INPUT> && next;
+ /^Timecounter "TSC" / && next;
/^real memory / && next;
/^avail memory / && next;
/^\/dev\// && next;
@@ -386,6 +387,9 @@ sub ShowConfiguration {
if (/(\s*authentication-key ).*$/ && $filter_pwds >= 1) {
s/(\s*authentication-key ).*$/#$1<removed>;/;
}
+ if (/(\s*hello-authentication-key ).*$/ && $filter_pwds >= 1) {
+ s/(\s*hello-authentication-key ).*$/#$1<removed>;/;
+ }
if (/^(.*\ssecret \")\$9\$.*(\".*)$/ && $filter_pwds >= 1) {
s/^(.*\ssecret \")\$9\$.*(\".*)$/#$1<removed>$2/;
}