Automatically Transfer Files from Linux to Windows Server 2012 via SCP
1. The download link is as follows:https://github.com/PowerShell/Win32-OpenSSH/releases 2. Unzip the downloaded OpenSSH-Win64.zip to C:\Program Files\OpenSSH 3. Open PowerShell as an administrator and navigate to the unzipped directory:4. Run the installation script: powershell.exe -ExecutionPolicy Bypass -File install-sshd.ps1 5. Modify the default port 6. Start the service, set it to start automatically, and check the listening port … Read more