Changes between Version 36 and Version 37 of cypress/SshUsage
- Timestamp:
- 01/25/21 12:28:06 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/SshUsage
v36 v37 71 71 72 72 If 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]]73 If 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]] 74 74 75 75 ==== Installing Windows Subsystem for Linux (WSL) ==== … … 121 121 As 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. 122 122 123 [[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html|Download Pu tty]]124 125 [[http://the.earth.li/~sgtatham/putty/0.62/htmldoc/|Pu ttyManual]]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]] 126 126 127 127 After you've downloaded the PuTTY.exe file, move it to the location you prefer and double click to launch. … … 188 188 189 189 [[Image(puttyX11.png, center, 30%)]] 190 With putty, enable X11 forwarding.190 With PuTTY, enable X11 forwarding. 191 191 192 192 = CHECKPOINT =