I need to execute some commands with shell_command.execute_ssh_command service. But the ssh private key have a password , so I need to write it when the client ask for it. How can I get an interactive input dialog to write it?
Don’t think there is any convenient way to accomplish this. There is AFAIK no built-in way to do it in the standard web interface unless you find a third-party modification which provides such functionality. Supposedly the companion app has support for actionable notifications with text input, but seems to only be supported by iOS.