Changes between Version 30 and Version 31 of cypress/SshUsage


Ignore:
Timestamp:
12/13/20 18:13:32 (3 years ago)
Author:
cbaribault
Comment:

Added section for Rexent Windows 10 - with ssh,scp pre-installed.

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SshUsage

    v30 v31  
    3333
    3434== Windows "Terminal" ==
    35 Install the Windows Subsystem for Linux
    36 If you are using up-to-date Windows 10, you can install 'bash shell'.
     35=== Windows 10 ===
     36==== Recent Windows 10: ssh, scp are preinstalled ====
     37For recent versions of Windows 10, in your terminal window type the following command.
    3738
    38 ==== Check your build number ====
     39{{{
     40ssh -Q kex
     41}}}
     42
     43In 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]]).
     44
     45{{{
     46diffie-hellman-group-exchange-sha256
     47}}}
     48
     49If your terminal satisfies the above, then you may use it to login remotely to Cypress.
     50
     51If your terminal fails to satisfy the above, then proceed below.
     52
     53==== Earlier Windows 10: Check your build number ====
    3954To find your PC's architecture and Windows build number, open
    4055Settings > System > About
     
    4358
    4459If your windows 10 is newer than build 16215. You can install WSL with the instruction below.
    45 If your windows 10 is old, use putty at the moment. [[https://wiki.hpc.tulane.edu/trac/wiki/cypress/SshUsage#Windows8orunder|Install putty]]
     60If 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]]
    4661
    47621.Open !PowerShell as Administrator by right-clicking on the start button and selecting the menu item '''Windows !PowerShell (Admin)'''
     
    7388See [[https://docs.microsoft.com/en-us/windows/wsl/install-win10|Install WSL]]
    7489
    75 ==== X WIndow ====
    76 To run software with graphics on WSL, you have to have X-window client software installed on your Windows. See [[https://wiki.hpc.tulane.edu/trac/wiki/cypress/SshUsage#Windows|here]].
     90==== X WIndow for Graphics ====
     91To run software with graphics with either Windows Terminal or WSL, you have to have X-window client software installed on your Windows. See [[https://wiki.hpc.tulane.edu/trac/wiki/cypress/SshUsage#Windows|here]].
    7792
    7893And you may need to do following on WSL terminal.
     
    138153[[Image(https://docs.google.com/drawings/d/e/2PACX-1vSlffILDUxxzh_QpD4M7P5-bY_tCkYNjA9xIYWuUUqz_HBBczQ18o5AWA9OZ5_w5Q0bwQJbdgmUCuMJ/pub?w=594&h=209, center)]]
    139154
    140 == CHECKPOINT ==
    141 Everyone should now have a terminal open and be logged into Cypress. If you are not logged on to Cypress, please raise your hand and someone will assist you.
    142 
    143 We will return to SSH shortly, but first we need to discuss [[cypress/BasicLinuxComands|Basic Linux Commands]].
    144 
    145155== Tunneling X Windows Session via SSH ==
    146156=== Linux and Mac ===
     
    166176With putty, enable X11 forwarding.
    167177
     178= CHECKPOINT =
     179== For Workshop ==
     180Everyone should now have a terminal open and be logged into Cypress. If you are not logged on to Cypress, please raise your hand and someone will assist you.
     181== In General ==
     182Once you have a terminal, if you are not logged on to Cypress, please request help via hpcadmin@tulane.edu and someone will assist you.
     183
     184We will return to SSH shortly, but first we need to discuss [[cypress/BasicLinuxComands|Basic Linux Commands]].
     185
    168186[[cypress/BasicLinuxComands|Next Section: Linux Commands]]