This message was deleted.
# harvester
a
This message was deleted.
b
Yes, the config file will be restored after reboot like you mentioned, one way to fix this is modify
/oem/90_custom.yaml
and add a new command in stages/initramfs/commands
Copy code
name: Harvester Configuration
stages:
    initramfs:
        - commands:
          ...
          - "the vulnerability fix"
I’m just curious, what vulnerability issue did you encounter? Also, which version of Harvester were you using ?
b
@bright-flag-87778 Thanks for sharing the solution . I am using v1.3.1 , vulnerabilities like SHA1 deprecated setting for SSH & Deprecated SSH cryptographic settings was reported.
b
Thank you, @blue-farmer-46993. Could you provide a bit more detail? I’m unsure if this requires upgrading
sshd
or simply adjusting the configuration. If it's something we need to address, we can certainly take care of it.
b
I think starting Opensh 8.8 sha1 is disabled and I think they must have resolved other vulnerabilities as well. I feel upgrading is a good option.