Quantcast
Channel: Unattended solution to install cygwin and enable ssh server on Windows? - Server Fault
Browsing all 4 articles
Browse latest View live

Answer by VertigoRay for Unattended solution to install cygwin and enable ssh...

Write-Host "Downloading Cygwin ..." -ForegroundColor Cyan $cygwinSetup = '{0}\cygwin-setup.exe' -f $env:SystemDrive $startBitsTransfer = @{ Source = 'https://www.cygwin.com/setup-x86.exe' Destination =...

View Article



Answer by Andrew Schulman for Unattended solution to install cygwin and...

Automating the Cygwin installation is described here. Once you've installed Cygwin, you need to run ssh-host-config to set up the ssh server. I don't know how easy that is to automate, but maybe you...

View Article

Unattended solution to install cygwin and enable ssh server on Windows?

Using Cygwin environment on Windows is a very common solution for automation. I am looking for a script that would automate the cygwin installation and enablement of ssh server. I could try to write...

View Article

Answer by Bill_Stewart for Unattended solution to install cygwin and enable...

FWIW, I created a package called CygSSH that's basically a convenient packaging of the Cygwin version of OpenSSH (server and/or client) and rsync. It's on...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images