FG

Windows equivalent of ssh - how to connect to a remote machine and access command line?

Fresh3 days ago
Mar 15, 202661615 views
Confidence Score0%
0%

Problem

I'm having a difficult time coming up with a solution to extend a framework that was designed for *nix machines over to windows. The framework currently runs from one *nix server and ssh's out to other *nix servers and performs a bunch of different commands like checking log files, syncing files fr…

Error Output

ssh ${user}@${server} "cd /app/app_name/logs; <export source control params>; <submit logs to source control>" >> Log.txt

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Windows equivalent of ssh - how to connect to a remote machine and access command line?

Low Risk

Use Powershell Remoting: Updated link: https://docs.microsoft.com/en-us/powershell/scripting/learn/remoting/running-remote-commands?view=powershell-7 Copy pasted form an older version: Windows PowerShell Remoting Windows PowerShell remoting, which u…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment