Changes between Version 12 and Version 13 of HowTo/LoginToNodes
- Timestamp:
- 07/23/12 18:01:57 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/LoginToNodes
v12 v13 7 7 In order to login to your nodes you need the following things: 8 8 1. an '''ssh client''' 9 2. your '''login name''' 9 2. your '''login name''', and the '''hostname''' 10 10 3. your '''ssh key''' 11 11 … … 21 21 * [http://www.chiark.greenend.org.uk/~sgtatham/putty/ Putty]: a lightweight free ssh client. '''Note:''' If you are using Putty you will also need to download puttygen to convert your private key to putty's format. 22 22 23 == Get your Login name==23 == Get your Login and Host names == 24 24 In order to figure out your login name the best way is to use the [wiki:GAPI_AM_API_V3#Status status command] of the GENI AM API. Depending of which tool you used to reserve the resources you can get this information in different ways. 25 25 26 26 ==== Using Flack ==== 27 If you are using 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. 28 [[Image(pc-info.png)]]. On the top of the information window it has a field that says `Username`. 29 27 If you are using [http://www.protogeni.netFlack 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. 28 [[Image(pc-info.png)]]. On the top of the information window it has a field that says `Username`, and `Hostname`. 30 29 31 30 ==== Using Omni ==== 31 If you are using Omni, then you can run the `sliverstatus` command and get back a text output. If you search within that output you should find a field about the hostname and one about the login. 32 If you are trying to ssh to your hosts from the same machine that you used to reserve your hosts then you can use a script that comes with Omni and you can directly skip to [ this section]. 32 33 33 34 ==== Other tools ==== 35 If 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]. 34 36 35 37 == Get a copy of your ssh key ==