Changes between Version 26 and Version 27 of cypress/SshUsage


Ignore:
Timestamp:
02/20/20 08:55:15 (4 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SshUsage

    v26 v27  
    22= Terminals and Shells =
    33
    4 [[Image(univac_1965_2.jpg, center)]]
     4[[Image(univac_1965_2.jpg, center, 20%)]]
     5
     6
    57 ''Taken from UNIVAC promotional materials circa 1960''
    68
     
    1315''Applications -> Utilities -> Terminal''
    1416
    15 [[Image(utilities_terminal.png​, center)]]
     17[[Image(utilities_terminal.png​, center, 30%)]]
    1618
    1719This 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.
    1820
    19 [[Image(terminal.png​, center)]]
     21[[Image(terminal.png​, center, 30%)]]
    2022
    2123== Ubuntu Terminal ==
     
    2527''Dash -> Search for Terminal''
    2628
    27 [[Image(ubuntu_terminal.png, center, 60%)]]
     29[[Image(ubuntu_terminal.png, center,30%)]]
    2830
    29 [[Image(terminal2.png, center)]]
     31[[Image(terminal2.png, center,30%)]]
    3032
    3133== Windows "Terminal" ==
     
    9294After you've downloaded the PuTTY.exe file, move it to the location you prefer and double click to launch.
    9395
    94 [[Image(PuTTY_launch.png, center)]]
     96[[Image(PuTTY_launch.png, center, 30%)]]
    9597
    9698To 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.
    9799
    98 [[Image(PuTTY.png, center)]]
     100[[Image(PuTTY.png, center, 30%)]]
    99101
    100102= Remote Access =
     
    116118The 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:
    117119
    118 [[Image(host_key.png, center)]]
     120[[Image(host_key.png, center, 30%)]]
    119121
    120 [[Image(host_key_mac.png, center, 60%)]]
     122[[Image(host_key_mac.png, center, 30%)]]
    121123
    122124Click 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.