Changes between Version 26 and Version 27 of cypress/SshUsage
- Timestamp:
- 02/20/20 08:55:15 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/SshUsage
v26 v27 2 2 = Terminals and Shells = 3 3 4 [[Image(univac_1965_2.jpg, center)]] 4 [[Image(univac_1965_2.jpg, center, 20%)]] 5 6 5 7 ''Taken from UNIVAC promotional materials circa 1960'' 6 8 … … 13 15 ''Applications -> Utilities -> Terminal'' 14 16 15 [[Image(utilities_terminal.png, center )]]17 [[Image(utilities_terminal.png, center, 30%)]] 16 18 17 19 This will launch a terminal containing a unix shell. The unix shell is a command line interpreter which both allows you to pass commands to the operating system and displays output. Currently, the default shell for most unix based systems is the Bourne Again SHell or bash shell. Your shell can be modified to provide a custom environment and we will go into detail on how to make these modifications in later sessions. 18 20 19 [[Image(terminal.png, center )]]21 [[Image(terminal.png, center, 30%)]] 20 22 21 23 == Ubuntu Terminal == … … 25 27 ''Dash -> Search for Terminal'' 26 28 27 [[Image(ubuntu_terminal.png, center, 60%)]]29 [[Image(ubuntu_terminal.png, center,30%)]] 28 30 29 [[Image(terminal2.png, center )]]31 [[Image(terminal2.png, center,30%)]] 30 32 31 33 == Windows "Terminal" == … … 92 94 After you've downloaded the PuTTY.exe file, move it to the location you prefer and double click to launch. 93 95 94 [[Image(PuTTY_launch.png, center )]]96 [[Image(PuTTY_launch.png, center, 30%)]] 95 97 96 98 To log onto cypress, enter cypress1.tulane.edu (or cypress2.tulane.edu) into the Host Name field and make sure the port is set to 22. Click on Open and you will be given a login window to cypress. 97 99 98 [[Image(PuTTY.png, center )]]100 [[Image(PuTTY.png, center, 30%)]] 99 101 100 102 = Remote Access = … … 116 118 The first time you log into a new machine, you will be asked if you trust the server. For instance, the first time you log into Cypress using PuTTY you will receive the following prompt: 117 119 118 [[Image(host_key.png, center )]]120 [[Image(host_key.png, center, 30%)]] 119 121 120 [[Image(host_key_mac.png, center, 60%)]]122 [[Image(host_key_mac.png, center, 30%)]] 121 123 122 124 Click on yes (or if using !Mac/Linux terminal simply type "yes" at the corresponding prompt). You should now be prompted for the password associated with your remote username.