Unverified Commit 671d2d61 authored by anarcat's avatar anarcat 💥
Browse files

Merge branch 'sshfp-openssh-87'

parents f7aaabd5 651f280c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1098,6 +1098,11 @@ def ExtractDNSInfo(x):

   if 'sshRSAHostKey' in x[1]:
      for key in x[1]["sshRSAHostKey"]:
         # do not include initramfs keys in DNS, as this will yield a
         # warning in OpenSSH 8.7 and later (Debian bookworm 12+)
         if b'(initramfs)' in key:
            continue

         Split = key.split()
         key_prefix = Split[0]
         if sys.version_info[0] < 3: