Changes between Version 49 and Version 50 of cypress/SshUsage


Ignore:
Timestamp:
01/23/23 15:28:07 (15 months ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SshUsage

    v49 v50  
    212212All Windows users - whether using '''ssh''' or PuTTY - will need to download and install X window server/client software.
    213213
     214[[https://x410.dev/ | X410]]
     215
    214216[[https://sourceforge.net/projects/xming/files/Xming/|Xming]]
    215217
     
    222224[[Image(puttyX11.png, center, 30%)]]
    223225With PuTTY - in addition to X window server/client software mentioned above, enable X11 forwarding as shown.
     226
     227==== Using windows commadline prompt ====
     228{{{
     229C:\Users\uid>set DISPLAY=127.0.0.1:0.0
     230C:\Users\uid>ssh -Y uid@cypress.tulane.edu
     231}}}
    224232
    225233= CHECKPOINT =