force update ssh host key

Hi, 

I want to force update ssh host key for all entire installed assets using an API.

But I didn't find anything about that.

kind regards

Federico

Parents Reply
  • Hi Federico,

    Yes you would need to script it, possibly with a list of all Linux assets. It is not possible to use wildcard.

    You can use the following commandlet to list all the assets in Safeguard then create a csv list of only the Linux systems which you need to discover the SSH host key against:

    Get-SafeguardAsset -Fields Id,Name,platform.platformfamily

    Thanks!

Children