Changes between Version 87 and Version 88 of HowTo/LoginToNodes


Ignore:
Timestamp:
02/04/16 16:39:53 (8 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/LoginToNodes

    v87 v88  
    5656If you used another tool to reserve your resources, then you should figure out how to get the output of the sliverstatus command. If you can't figure this out please send us an [mailto:help@geni.net email] and let us which tool you used.
    5757
     58{{{
     59#!comment
    5860==== Using Flack [Depricated] ====
    5961If you are using [http://www.protogeni.net/flack Flack] for building your experiment then in order to get the login name you need to load your slice in Flack and press on the (i) icon that is next to the node.
     
    6264 
    6365'''Note:''' If you are on a Mac computer, or a computer that has [[http://firessh.net/help.html FireSSH] installed then you can directly use the 'SSH' button that is on the top on the information pane for the host.
     66}}}
    6467
    6568== 3. Get a copy of your ssh key ==
     
    113116
    114117If you are using PuTTY on a Windows machine, follow these steps:
    115    1. Make sure you have a Putty version of the private key. ''If you need to convert your key you can use  the puttygen program. For more information look [https://apps.state.or.us/tech/htdocs/putty/Chapter8.html#8.2.12 here]''
    116    2. Create a new session that uses the username, hostname and port that you have gathered. Under the authentication menu make sure you point the key field to the key in the PuTTY-friendly format.
     118   1. Make sure you have a PuTTY version of the private key.  You can download this from the Portal; look for SSH Keys under your name.
     119   1. Run PuTTY.
     120   1. On the Basic options screen, in the Host Name field enter: <username>@<hostname>
     121   1. In the Port field enter the given port number
     122   1. Make sure Connection type is: SSH
     123   1. Under the settings categories on the left navigate to Connection-> SSH ->Auth.
     124    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.
     125    1. Click Open to establish the SSH connection.
     126    1. If prompted about whether you trust the host (key not cached in registry), click Yes.
     127    1. When prompted for the Passphrase enter your passphrase.
     128If you see the shell command prompt, you have successfully logged-in to the node.
     129
    117130
    118131===== FireSSH =====