@prasadp87 I don’t believe there is a separate Linux propagation guide. The Windows Propagation Service (local agent over ADMIN$/TCP 445) is Windows-only and doesn't apply to Unix/Linux or SSH script actions. For Linux, you can create a propagation action that runs a Unix Shell script. In the docs linked earlier see the section "Create custom propagation action to run a script".
- Configuration → Privileged Access Management → Propagation Actions → + Create Propagation Action
- Set the Action Type to Run Unix Shell Script and provide the full path to the script. Add command-line parameters as needed (e.g. %p).
- One important note: Password Safe does not deploy the script, so it must already exist on the target managed systems.
And yep, propagation actions apply to Password Safe on-prem. The link above is the on-prem documentation, and the steps are effectively the same for cloud. The only Windows-target difference is that for on-prem, the Propagation Service connects via the appliance (whereas cloud PS deployments will use Resource Brokers).