Description
Supplies passwords to SSH commands in non-interactive scripts where key-based authentication is not available. It is mainly used for legacy automation that cannot use safer SSH key workflows.
Password automation is risky because secrets can leak through scripts, process lists, logs, or shell history. Prefer SSH keys or proper secret managers whenever possible.