Changes between Version 63 and Version 64 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartI/Procedure/Execute


Ignore:
Timestamp:
02/04/16 16:21:25 (8 years ago)
Author:
Ben Newton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jacks/GettingStarted_PartI/Procedure/Execute

    v63 v64  
    4242         </tr><br />
    4343</table>
    44 
    45 <table id="Table_03" border="0" cellpadding="5" cellspacing="0">
    46         <tr>
    47                 <td>
    48                         <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Symbols-Tips-icon.png?format=raw" width="50" height="50" alt="Tip">
    49                </td>
    50                <td>
    51                     To ssh from the command line on unix-based machines, do the following (substituting the values shown on the screen):
    52 <pre>
    53 ssh USERNAME@HOSTNAME -p PORT
    54 </pre>
    55         </td>
    56              
    57         </tr>
    58 </table>
    59 
    60 <table id="Table_03" border="0" cellpadding="5" cellspacing="0">
    61         <tr>
    62                 <td>
    63                         <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Symbols-Tips-icon.png?format=raw" width="50" height="50" alt="Tip">
    64                </td>
    65                <td>
    66                     To ssh from Windows machines, launch your favorite ssh client and substituting the values shown on the screen.
    67         </td>
    68              
    69         </tr>
    70 </table>
    71 
    72        </td>
    73 
    74     </tr>
    75  </table>
    7644}}}
    7745==== Mac OS X/Linux ====
    7846 
    79  1. In a command line terminal, start SSH by typing:
     47 a. In a command line terminal, start SSH by typing:
    8048{{{
    8149ssh -i <private key location> <username>@<hostname> -p <port number>
     
    8553ssh -i <private key location> <username>@<hostname> -p <port number>
    8654}}}
    87  1. Enter your passphrase you chose when generating your key pair when prompted. Note: If you are prompted for a password then something went wrong. Make sure that the login information and passphrase are correct.
     55 b. Enter your passphrase you chose when generating your key pair when prompted. Note: If you are prompted for a password then something went wrong. Make sure that the login information and passphrase are correct.
    8856
    8957==== Windows PuTTY ====
    90  1. Run PuTTY. 
    91  1. On the Basic options screen, in the Host Name field enter: {{{<username>@<hostname>}}}
    92  1. In the Port field enter: <port number>
    93  1. Make sure Connection type is:  SSH
    94  1. Under the settings categories on the left navigate to Connection-> '''SSH ->Auth'''.
    95  1. Next to the "Private key file for authentication" field at the bottom, click '''Browse...''' and select the private key file you saved to your computer, and click '''Open'''.
    96  1. Click '''Open''' to establish the SSH connection.
    97  1. If prompted about whether you trust the host (key not cached in registry), click Yes. 
    98  1. When prompted for the Passphrase enter the passphrase you chose when generating your key pair.
     58 a. Run PuTTY. 
     59 b. On the Basic options screen, in the Host Name field enter: {{{<username>@<hostname>}}}
     60 c. In the Port field enter: <port number>
     61 d. Make sure Connection type is:  SSH
     62 e. Under the settings categories on the left navigate to Connection-> '''SSH ->Auth'''.
     63 f. Next to the "Private key file for authentication" field at the bottom, click '''Browse...''' and select the private key file you saved to your computer, and click '''Open'''.
     64 g. Click '''Open''' to establish the SSH connection.
     65 h. If prompted about whether you trust the host (key not cached in registry), click Yes. 
     66 i. When prompted for the Passphrase enter the passphrase you chose when generating your key pair.
    9967
    10068==== Windows FireSSH ====
    10169After you Install FireSSH :
    10270
    103  1. Load this URL into firefox: '''ssh://<username>@<hostname>:<port number>'''
    104  1. In the pop-up window, enter the passphrase you chose when generating your key pair in the (mislabeled) password field, and click '''Browse...'''
    105  1. Select the private key, and click '''Open'''.
    106  1. Click '''OK'''.
    107  1. If prompted about whether you trust the host (host key not cached in registry), click Yes. 
     71 a. Load this URL into firefox: '''ssh://<username>@<hostname>:<port number>'''
     72 b. In the pop-up window, enter the passphrase you chose when generating your key pair in the (mislabeled) password field, and click '''Browse...'''
     73 c. Select the private key, and click '''Open'''.
     74 d. Click '''OK'''.
     75 e. If prompted about whether you trust the host (host key not cached in registry), click Yes. 
    10876
    10977== 5.  Execute Experiment ==