<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body dir="auto">
I have same problem.  You can modified lib/rancid/junos.pm as like the following:<br>
<div><br>
</div>
<div>
<p class="MsoNormal" style="font-size: 12pt; -webkit-text-size-adjust: auto; margin: 0cm 0cm 0.0001pt; font-family: Calibri, sans-serif;">
<span lang="EN-US">AT LINE 676:<o:p></o:p></span></p>
<p class="MsoNormal" style="font-size: 12pt; -webkit-text-size-adjust: auto; margin: 0cm 0cm 0.0001pt; font-family: Calibri, sans-serif;">
<span lang="EN-US">        #if (/^(\s+(pre-shared-|)key (ascii-text|hexadecimal) )[^ ;]+/ && $filter_pwds >= 1) {<o:p></o:p></span></p>
<p class="MsoNormal" style="font-size: 12pt; -webkit-text-size-adjust: auto; margin: 0cm 0cm 0.0001pt; font-family: Calibri, sans-serif;">
<span lang="EN-US">        if (/^(.*(pre-shared-|)key (ascii-text|hexadecimal) )[^ ;]+/ && $filter_pwds >= 1) { #modify by affa@<span dir="ltr" style="color: rgb(149, 79, 114); text-decoration: underline;">20201119</span><o:p></o:p></span></p>
<p class="MsoNormal" style="font-size: 12pt; -webkit-text-size-adjust: auto; margin: 0cm 0cm 0.0001pt; font-family: Calibri, sans-serif;">
<span lang="EN-US">            ProcessHistory("","","","#$1<removed>$'\n"); #modify by affa@<span dir="ltr" style="color: rgb(149, 79, 114); text-decoration: underline;">20201119</span></span></p>
</div>
</body>
</html>