Changes between Version 48 and Version 49 of cypress/SshUsage


Ignore:
Timestamp:
01/10/23 15:53:21 (16 months ago)
Author:
cbaribault
Comment:

To Windows Terminal, added Windows 11 and reorganized OpenSSH verification and installation steps.

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SshUsage

    v48 v49  
    3333
    3434== Windows "Terminal" (Command Prompt) ==
    35 === Windows 10 ===
    36 ==== Evaluate your ssh installation ====
     35=== Evaluate your ssh installation ===
    3736
    3837For 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'''.
     
    5352}}}
    5453
    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'''.
     54If 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
     56Otherwise, 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
     62To 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 ===
    5865
    5966==== Update Options ====
     
    6269
    63701. 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]].
     712. See [#InstallOpenSSH Install OpenSSH] above (applies to Windows 10 as well) to install and verify '''ssh''' for use with Cypress.
    65723. 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).
    66734. Proceed to the section [#PuTTY PuTTY] below to install PuTTY.
     
    119126=== Windows 8 ===
    120127
    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.
     128As 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.
    122129
    123130=== Windows 7 (Do not use) ===