summaryrefslogtreecommitdiff
path: root/community_modules/winremote/winremote_exec.tr.en
blob: e1fa189b66b0431ff316cb9e7886518b2811ecad (plain)
1
2
3
4
5
6
missing_args=❌ [winremote_exec] Missing parameters. host, winuser, winpassword and command are required.
start=🔧 [winremote_exec] Executing remote command on {host}:{port} as {user}...
success=✅ [winremote_exec] Command executed successfully.
fail=❌ [winremote_exec] Error executing command (code {code}).
missing_deps=❌ [winremote_exec] sshpass or ssh are not available.
deps_ok=✅ [winremote_exec] sshpass and ssh are available.