Changes between Version 40 and Version 41 of cypress/SshUsage


Ignore:
Timestamp:
02/23/21 16:15:04 (3 years ago)
Author:
cbaribault
Comment:

Added on-page links and improved readability.

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SshUsage

    v40 v41  
    3434== Windows "Terminal" (Command Prompt) ==
    3535=== Windows 10 ===
    36 ==== Determine if ssh and scp are pre-installed and up to date ====
     36==== Evaluate your ssh installation ====
    3737
    3838For 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'''.
     
    4646}}}
    4747
    48 If '''ssh''' is installed, then your result will look like the following. Otherwise proceed to Update Options as follows.
     48If '''ssh''' is installed, then your result will look like the following. Otherwise proceed to [#UpdateOptions Update Options] below.
    4949
    5050{{{
     
    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, 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{{{
     
    6565}}}
    6666
    67 If your terminal satisfies the above, then you may use it to login remotely to Cypress. Otherwise, see Update Options below.
     67If your terminal satisfies the above, then you may use it to login remotely to Cypress. Otherwise, proceed next to Update Options.
    6868
    6969==== Update Options ====
     
    7171If 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.
    7272
    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]].
     731. 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]].
     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]].
    75753. Proceed below to check your OS build number and install either Windows Subsystem for Linux (WSL) or PuTTY.
    7676
    7777==== Check your OS build number ====
    78 To find your PC's architecture and Windows build number, open
     78To find your PC's architecture and Windows build number, go to the Windows search box and open
    7979Settings > System > About
    8080
     
    8282
    8383If 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]]
     84If your windows 10 is older than build 16215, you can still use [#PuTTY PuTTY].
    8585
    8686==== Installing Windows Subsystem for Linux (WSL) ====