Changes between Version 41 and Version 42 of cypress/SshUsage


Ignore:
Timestamp:
02/24/21 16:01:03 (3 years ago)
Author:
cbaribault
Comment:

Added explanation on ssh key exchange, etc.

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SshUsage

    v41 v42  
    5353}}}
    5454
    55 Next, in your terminal window type the following command.
     55Next, in your terminal window type the following command to query your '''ssh''' installation's set of supported key exchange algorithms. Both both your local machine and Cypress must agree on a common algorithm to be used to exchange a shared secret key, which in turn, will be used to decrypt the in-session messages sent between your local machine and Cypress.
    5656
    5757{{{
     
    5959}}}
    6060
    61 In order to comply with most recent standard for secure transfer, your result should contain the following entry. See [[https://tools.ietf.org/id/draft-ietf-curdle-ssh-kex-sha2-09.html | https://tools.ietf.org/id/draft-ietf-curdle-ssh-kex-sha2-09.html]].
     61In order to comply with most recent standard for secure transfer during your remote session on Cypress, your result should contain the following entry. See [[https://tools.ietf.org/id/draft-ietf-curdle-ssh-kex-sha2-09.html | https://tools.ietf.org/id/draft-ietf-curdle-ssh-kex-sha2-09.html]].
    6262
    6363{{{
     
    7272
    73731. 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 then verify '''ssh''' via the above. See [[https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse | Install OpenSSH]].
     742. Install OpenSSH with !PowerShell 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]].
    75753. Proceed below to check your OS build number and install either Windows Subsystem for Linux (WSL) or PuTTY.
    7676