Changes between Version 49 and Version 50 of cypress/SshUsage
- Timestamp:
- 01/23/23 15:28:07 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/SshUsage
v49 v50 212 212 All Windows users - whether using '''ssh''' or PuTTY - will need to download and install X window server/client software. 213 213 214 [[https://x410.dev/ | X410]] 215 214 216 [[https://sourceforge.net/projects/xming/files/Xming/|Xming]] 215 217 … … 222 224 [[Image(puttyX11.png, center, 30%)]] 223 225 With PuTTY - in addition to X window server/client software mentioned above, enable X11 forwarding as shown. 226 227 ==== Using windows commadline prompt ==== 228 {{{ 229 C:\Users\uid>set DISPLAY=127.0.0.1:0.0 230 C:\Users\uid>ssh -Y uid@cypress.tulane.edu 231 }}} 224 232 225 233 = CHECKPOINT =