Changes between Version 35 and Version 36 of cypress/SshUsage


Ignore:
Timestamp:
01/23/21 21:14:12 (3 years ago)
Author:
cbaribault
Comment:

Under Windows 10, added content and link to Microsoft for installing OpenSSH via PowerShell.

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SshUsage

    v35 v36  
    3838
    3939|| [[Image(WindowsSearchBox.png, center, 50%)]]||[[Image(WindowsCommandPrompt.png, center, 50%)]] ||
     40
     41Check that ssh is installed by entering the following command.
     42
     43{{{
     44where ssh
     45}}}
     46
     47If your result is the message "INFO: Could not find files for the given pattern(s).", then you can install OpenSSH with !PowerShell. See [[https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse | Install OpenSSH]].
    4048
    4149==== Recent Windows 10: confirm ssh, scp ====