Top "Remote-execution" questions

How to use SSH to run a local shell script on a remote machine?

I have to run a local shell script (windows/Linux) on a remote machine. I have SSH configured on both …

shell ssh sysadmin remote-execution
SSH error when executing a remote command: "stdin: is not a tty"

I'm trying to connect to machine one with ssh and then connect to another machine two with ssh. But get …

linux bash ssh debian remote-execution
SSH Command Execution Hangs, although interactive shell functions fine

When I attempt to execute a command on a remote server with ssh, the ssh command hangs after the exec …

linux ssh remote-execution
How do I execute a PS1 file as a different user?

I need to be able to run a PowerShell script remotely (via Jenkins) as a different user. Since it will …

powershell jenkins scripting automation remote-execution
Alternatives for PsExec which works in standard user

I am using psexec to execute commands on remote server. Here is my command, PsExec.exe" -u user \\server -h …

psexec command-line-tool remote-execution
OutOfMemory Exception on remote execution using Powershell Invoke-Command

I am trying to execute an exe on a remote computer using invoke-command. Executing the exe on the remote machine …

powershell invoke-command remote-execution