Changes between Version 14 and Version 15 of cypress/SshUsage
- Timestamp:
- 08/21/18 12:02:17 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/SshUsage
v14 v15 30 30 31 31 == Windows "Terminal" == 32 Install the Windows Subsystem for Linux 33 If you are using up-to-date Windows 10, you can install 'bash shell'. 34 35 1.Open !PowerShell as Administrator (right-clicking on the start button) and run: 36 {{{ 37 Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 38 }}} 39 Note that you can open a !PowerShell(Admin) window by right clicking on the start button. 40 41 2.Restart your computer when prompted. 42 43 See [[https://docs.microsoft.com/en-us/windows/wsl/install-win10|Install WSL]] 44 45 46 47 === Windows 8 (or under) === 48 32 49 As Windows is NOT a Unix based OS, it lacks a native terminal emulator that is capable of providing a Unix shell. This will require a work around. For our requirements, the most common solution is the installation of an open source terminal emulator called PuTTY that supports the communication protocols discussed below. If you are using a Windows machine and you have not already downloaded PuTTY you should do so now. 33 50 … … 43 60 44 61 [[Image(PuTTY.png, center)]] 62 45 63 = Remote Access = 46 64