Changes between Version 76 and Version 77 of HowTo/LoginToNodes


Ignore:
Timestamp:
06/05/15 15:46:05 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/LoginToNodes

    v76 v77  
    3737 * [http://www.cygwin.com/ Cygwin]: a complete Linux-type environment that also includes an ssh client. If you have already installed cygwin on your host then you should just run it and follow the instructions for Linux for the rest of the instructions
    3838 * [http://git-scm.com/download/win Git Bash] is a bash emulator distributed with Git for Windows.  If you are a Linux user, this environment should feel very familiar. 
    39  * [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.
     39 * [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY]: a lightweight free ssh client.
    4040
    4141== 2. Get your Login, Host names and ports ==
     
    148148
    149149If you are using PuTTY on a Windows machine, follow these steps:
    150    1. Convert your private key to the format that PuTTY is expecting to. To do this use the puttygen program. For more information look [https://apps.state.or.us/tech/htdocs/putty/Chapter8.html#8.2.12 here]
     150   1. Download the PuTTY version of your private key.  (If you are using a key generated by the GENI Portal, this can be downloaded from the Profile page.  Otherwise, you may need to convert your private key to the format that PuTTY is expecting. To do this use the puttygen program. For more information look [https://apps.state.or.us/tech/htdocs/putty/Chapter8.html#8.2.12 here])
    151151   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 that you generated with puttygen.
    152152