Changes between Version 36 and Version 37 of cypress/SshUsage


Ignore:
Timestamp:
01/25/21 12:28:06 (3 years ago)
Author:
cbaribault
Comment:

Fixed capitalization for PuTTY and fixed typo "…Windows8" in link for "Install PuTTY".

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SshUsage

    v36 v37  
    7171
    7272If your windows 10 is newer than build 16215. You can install WSL with the instruction below.
    73 If your windows 10 is older than build 16215, use putty at the moment. [[https://wiki.hpc.tulane.edu/trac/wiki/cypress/SshUsage#Windows8orunder|Install putty]]
     73If your windows 10 is older than build 16215, use PuTTY at the moment. [[https://wiki.hpc.tulane.edu/trac/wiki/cypress/SshUsage#Windows8|Install PuTTY]]
    7474
    7575==== Installing Windows Subsystem for Linux (WSL) ====
     
    121121As Windows is NOT a Unix based OS, it lacks a native terminal emulator that is capable of providing a Unix shell. This will require a work around. For our requirements, the most common solution is the installation of an open source terminal emulator called PuTTY that supports the communication protocols discussed below. If you are using a Windows machine and you have not already downloaded PuTTY you should do so now.
    122122
    123 [[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html|Download Putty]]
    124 
    125 [[http://the.earth.li/~sgtatham/putty/0.62/htmldoc/|Putty Manual]]
     123[[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html|Download PuTTY]]
     124
     125[[http://the.earth.li/~sgtatham/putty/0.62/htmldoc/|PuTTY Manual]]
    126126
    127127After you've downloaded the PuTTY.exe file, move it to the location you prefer and double click to launch.
     
    188188
    189189[[Image(puttyX11.png, center, 30%)]]
    190 With putty, enable X11 forwarding.
     190With PuTTY, enable X11 forwarding.
    191191
    192192= CHECKPOINT =