Changes between Version 41 and Version 42 of cypress/SshUsage
- Timestamp:
- 02/24/21 16:01:03 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/SshUsage
v41 v42 53 53 }}} 54 54 55 Next, in your terminal window type the following command .55 Next, 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. 56 56 57 57 {{{ … … 59 59 }}} 60 60 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]].61 In 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]]. 62 62 63 63 {{{ … … 72 72 73 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 then verify '''ssh''' via the above. See [[https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse | Install OpenSSH ]].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 for Windows]]. 75 75 3. Proceed below to check your OS build number and install either Windows Subsystem for Linux (WSL) or PuTTY. 76 76