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. |
| 48 | If '''ssh''' is installed, then your result will look like the following. Otherwise proceed to Update Options as follows. |
| 49 | |
| 50 | {{{ |
| 51 | C:\Users\cbaribault\ssh |
| 52 | C:\Windows\System32\OpenSSH\ssh.exe |
| 53 | }}} |
| 54 | |
| 55 | Next, in your terminal window type the following command. |
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 ==== |
| 67 | If 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 | |
| 71 | If 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 | |
| 73 | 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]].) |
| 74 | 2. Install OpenSSH with !PowerShell and proceed below. See [[https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse | Install OpenSSH]]. |
| 75 | 3. 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 ==== |