Changes between Version 39 and Version 40 of cypress/SshUsage


Ignore:
Timestamp:
02/22/21 16:52:48 (3 years ago)
Author:
cbaribault
Comment:

Updated for downloading and running Windows 10 Update Assistant

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SshUsage

    v39 v40  
    3434== Windows "Terminal" (Command Prompt) ==
    3535=== Windows 10 ===
     36==== Determine if ssh and scp are pre-installed and up to date ====
    3637
    3738For 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'''.
     
    4546}}}
    4647
    47 If your result is the message "INFO: Could not find files for the given pattern(s).", then you can install OpenSSH with !PowerShell and proceed below. See [[https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse | Install OpenSSH]].
    48 
    49 ==== Recent Windows 10: confirm ssh, scp ====
    50 For recent versions of Windows 10, in your terminal window type the following command.
     48If '''ssh''' is installed, then your result will look like the following. Otherwise proceed to Update Options as follows.
     49
     50{{{
     51C:\Users\cbaribault\ssh
     52C:\Windows\System32\OpenSSH\ssh.exe
     53}}}
     54
     55Next, in your terminal window type the following command.
    5156
    5257{{{
     
    6065}}}
    6166
    62 If your terminal satisfies the above, then you may use it to login remotely to Cypress.
    63 
    64 If your terminal fails to satisfy the above, then proceed below.
    65 
    66 ==== Earlier Windows 10: Check your build number ====
     67If your terminal satisfies the above, then you may use it to login remotely to Cypress. Otherwise, see Update Options below.
     68
     69==== Update Options ====
     70
     71If your Windows 10 does not have the '''ssh''' command or does not have the proper key exchange algorithm mentioned above, then you can do one of the following.
     72
     731. 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]].)
     742. Install OpenSSH with !PowerShell and proceed below. See [[https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse | Install OpenSSH]].
     753. Proceed below to check your OS build number and install either Windows Subsystem for Linux (WSL) or PuTTY.
     76
     77==== Check your OS build number ====
    6778To find your PC's architecture and Windows build number, open
    6879Settings > System > About