Changes between Version 40 and Version 41 of cypress/SshUsage
- Timestamp:
- 02/23/21 16:15:04 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/SshUsage
v40 v41 34 34 == Windows "Terminal" (Command Prompt) == 35 35 === Windows 10 === 36 ==== Determine if ssh and scp are pre-installed and up to date====36 ==== Evaluate your ssh installation ==== 37 37 38 38 For 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'''. … … 46 46 }}} 47 47 48 If '''ssh''' is installed, then your result will look like the following. Otherwise proceed to Update Options as follows.48 If '''ssh''' is installed, then your result will look like the following. Otherwise proceed to [#UpdateOptions Update Options] below. 49 49 50 50 {{{ … … 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, 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 {{{ … … 65 65 }}} 66 66 67 If your terminal satisfies the above, then you may use it to login remotely to Cypress. Otherwise, see Update Options below.67 If your terminal satisfies the above, then you may use it to login remotely to Cypress. Otherwise, proceed next to Update Options. 68 68 69 69 ==== Update Options ==== … … 71 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 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]].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]]. 75 75 3. Proceed below to check your OS build number and install either Windows Subsystem for Linux (WSL) or PuTTY. 76 76 77 77 ==== Check your OS build number ==== 78 To find your PC's architecture and Windows build number, open78 To find your PC's architecture and Windows build number, go to the Windows search box and open 79 79 Settings > System > About 80 80 … … 82 82 83 83 If your windows 10 is newer than build 16215, you can install WSL with the instructions below. 84 If your windows 10 is older than build 16215, you can still use PuTTY. [[https://wiki.hpc.tulane.edu/trac/wiki/cypress/SshUsage#Windows8|Install PuTTY]]84 If your windows 10 is older than build 16215, you can still use [#PuTTY PuTTY]. 85 85 86 86 ==== Installing Windows Subsystem for Linux (WSL) ====