Changes between Version 48 and Version 49 of cypress/SshUsage
- Timestamp:
- 01/10/23 15:53:21 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/SshUsage
v48 v49 33 33 34 34 == Windows "Terminal" (Command Prompt) == 35 === Windows 10 === 36 ==== Evaluate your ssh installation ==== 35 === Evaluate your ssh installation === 37 36 38 37 For the following, open a terminal window by locating the Windows search box in the task bar at the bottom of the screen and entering the command '''cmd'''. … … 53 52 }}} 54 53 55 If per the above you have '''ssh''' installed, then you should still test that your version of '''ssh''' will work with Cypress, in which case you may still encounter an error. To test your installed '''ssh''' with Cypress, see the section [#SecureSHellSSH Secure SHell (SSH)] below. '''''However''''', if you encounter an error in your testing, such as "...no matching key exchange method found", then see [#UpdateOptions Update Options] below. 56 57 Otherwise, if your result from '''where ssh''' above is "...Could not find...", then proceed to the next section '''Update Options'''. 54 If per the above you have '''ssh''' installed, then you should still test that your version of '''ssh''' will work with Cypress, in which case you may still encounter an error. To test your installed '''ssh''' with Cypress, see the section [#SecureSHellSSH Secure SHell (SSH)] below. 55 56 Otherwise, if you encounter an unsuccessful result (for example if your result for '''where ssh''' above is "...Could not find..."), then proceed to the appropriate section below for your version of Windows. 57 58 === Windows 11 === 59 60 ==== Install OpenSSH ==== 61 62 To install OpenSSH, see [[https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse | Install OpenSSH for Windows]]. Then verify '''ssh''' via [#Evaluateyoursshinstallation Evaluate...] above for use with Cypress. 63 64 === Windows 10 === 58 65 59 66 ==== Update Options ==== … … 62 69 63 70 1. Download and run Windows 10 Update Assistant and then verify '''ssh''' via the above. See [[https://www.microsoft.com/en-us/software-download/windows10|Download and run Windows 10 Update Assistant]]. 64 2. Install OpenSSH and then verify '''ssh''' via the above. See [[https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse | Install OpenSSH for Windows]].71 2. See [#InstallOpenSSH Install OpenSSH] above (applies to Windows 10 as well) to install and verify '''ssh''' for use with Cypress. 65 72 3. Proceed to the next section '''Check your OS build number''' to check your OS build number and, if applicable, install Windows Subsystem for Linux (WSL). 66 73 4. Proceed to the section [#PuTTY PuTTY] below to install PuTTY. … … 119 126 === Windows 8 === 120 127 121 As Windows 8 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. 128 As Windows 8 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. See [#PuTTY PuTTY] below. 122 129 123 130 === Windows 7 (Do not use) ===