Changes between Version 30 and Version 31 of cypress/SshUsage
- Timestamp:
- 12/13/20 18:13:32 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/SshUsage
v30 v31 33 33 34 34 == 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 ==== 37 For recent versions of Windows 10, in your terminal window type the following command. 37 38 38 ==== Check your build number ==== 39 {{{ 40 ssh -Q kex 41 }}} 42 43 In 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 {{{ 46 diffie-hellman-group-exchange-sha256 47 }}} 48 49 If your terminal satisfies the above, then you may use it to login remotely to Cypress. 50 51 If your terminal fails to satisfy the above, then proceed below. 52 53 ==== Earlier Windows 10: Check your build number ==== 39 54 To find your PC's architecture and Windows build number, open 40 55 Settings > System > About … … 43 58 44 59 If 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]]60 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]] 46 61 47 62 1.Open !PowerShell as Administrator by right-clicking on the start button and selecting the menu item '''Windows !PowerShell (Admin)''' … … 73 88 See [[https://docs.microsoft.com/en-us/windows/wsl/install-win10|Install WSL]] 74 89 75 ==== X WIndow ====76 To run software with graphics onWSL, 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 ==== 91 To 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]]. 77 92 78 93 And you may need to do following on WSL terminal. … … 138 153 [[Image(https://docs.google.com/drawings/d/e/2PACX-1vSlffILDUxxzh_QpD4M7P5-bY_tCkYNjA9xIYWuUUqz_HBBczQ18o5AWA9OZ5_w5Q0bwQJbdgmUCuMJ/pub?w=594&h=209, center)]] 139 154 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 145 155 == Tunneling X Windows Session via SSH == 146 156 === Linux and Mac === … … 166 176 With putty, enable X11 forwarding. 167 177 178 = CHECKPOINT = 179 == For Workshop == 180 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. 181 == In General == 182 Once 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 184 We will return to SSH shortly, but first we need to discuss [[cypress/BasicLinuxComands|Basic Linux Commands]]. 185 168 186 [[cypress/BasicLinuxComands|Next Section: Linux Commands]]