Sha256: b67efccdc11a02a4fe364fed5e0368dce6a3e34cc4a56975340f7fdb39583b89

Contents?: true

Size: 1.81 KB

Versions: 144

Compression:

Stored size: 1.81 KB

Contents

REM http://webcache.googleusercontent.com/search?q=cache:SjoPPpuQxuoJ:www.tcm.phy.cam.ac.uk/~mr349/cygwin_install.html+install+cygwin+ssh+commandline&cd=2&hl=nl&ct=clnk&gl=be&source=www.google.be

REM create the cygwin directory
cmd /c mkdir %SystemDrive%\cygwin

cmd /c bitsadmin /transfer CygwinSetupExe /download /priority normal http://www.cygwin.com/setup.exe %SystemDrive%\cygwin\cygwin-setup.exe

REM goto a temp directory
cd %SystemDrive%\windows\temp

REM run the installation
cmd /c %SystemDrive%\cygwin\cygwin-setup.exe -q -R %SystemDrive%\cygwin -P openssh,openssl,curl,cygrunsrv,wget,rebase,vim -s http://cygwin.mirrors.pair.com

%SystemDrive%\cygwin\bin\bash -c 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin cygrunsrv -R sshd'

REM /bin/ash is the right shell for this command
cmd /c %SystemDrive%\cygwin\bin\ash -c /bin/rebaseall

cmd /c %SystemDrive%\cygwin\bin\bash -c 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin mkgroup -l'>%SystemDrive%\cygwin\etc\group

cmd /c %SystemDrive%\cygwin\bin\bash -c 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin mkpasswd -l'>%SystemDrive%\cygwin\etc\passwd

%SystemDrive%\cygwin\usr\bin\sleep 1

%SystemDrive%\cygwin\bin\bash -c 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin /usr/bin/ssh-host-config -y -c "ntsecbinmode tty" -w "abc&&123!!" '

%SystemDrive%\cygwin\usr\bin\sleep 2 

cmd /c if exist %Systemroot%\system32\netsh.exe netsh advfirewall firewall add rule name="SSHD" dir=in action=allow program="c:\cygwin\usr\sbin\sshd.exe" SSHD enable=yes

cmd /c if exist %Systemroot%\system32\netsh.exe netsh advfirewall firewall add rule name="ssh" dir=in action=allow protocol=TCP localport=22

%SystemDrive%\cygwin\usr\bin\sleep 2

net start sshd

# Fix corrupt recycle bin
# http://www.winhelponline.com/blog/fix-corrupted-recycle-bin-windows-7-vista/
cmd /c rd /s /q c:\$Recycle.bin

Version data entries

144 entries across 19 versions & 3 rubygems

Version Path
veewee-0.3.1 templates/windows-7-ultimate-amd64/install-cygwin-sshd.bat
veewee-0.3.1 templates/windows-7sp1-ultimate-amd64/install-cygwin-sshd.bat
veewee-0.3.1 templates/windows-2008R1-serverweb-amd64/install-cygwin-sshd.bat
veewee-0.3.1 templates/windows-2008R1-serverweb-i386/install-cygwin-sshd.bat
veewee-0.3.0.beta2 templates/windows-2008R1-serverweb-amd64/install-cygwin-sshd.bat
veewee-0.3.0.beta2 templates/windows-7-enterprise-i386/install-cygwin-sshd.bat
veewee-0.3.0.beta2 templates/windows-7-professional-amd64/install-cygwin-sshd.bat
veewee-0.3.0.beta2 templates/windows-7-ultimate-amd64/install-cygwin-sshd.bat
veewee-0.3.0.beta2 templates/windows-7sp1-ultimate-amd64/install-cygwin-sshd.bat
veewee-0.3.0.beta2 templates/windows-2008R2-serverweb-amd64/install-cygwin-sshd.bat
veewee-0.3.0.beta2 templates/windows-2008R1-serverweb-i386/install-cygwin-sshd.bat
veewee-0.3.0.beta2 templates/windows-7-enterprise-amd64/install-cygwin-sshd.bat
veewee-0.3.0.beta1 templates/windows-2008R1-serverweb-i386/install-cygwin-sshd.bat
veewee-0.3.0.beta1 templates/windows-7sp1-ultimate-amd64/install-cygwin-sshd.bat
veewee-0.3.0.beta1 templates/windows-7-ultimate-amd64/install-cygwin-sshd.bat
veewee-0.3.0.beta1 templates/windows-7-professional-amd64/install-cygwin-sshd.bat
veewee-0.3.0.beta1 templates/windows-7-enterprise-i386/install-cygwin-sshd.bat
veewee-0.3.0.beta1 templates/windows-7-enterprise-amd64/install-cygwin-sshd.bat
veewee-0.3.0.beta1 templates/windows-2008R2-serverweb-amd64/install-cygwin-sshd.bat
veewee-0.3.0.beta1 templates/windows-2008R1-serverweb-amd64/install-cygwin-sshd.bat