Changes between Version 75 and Version 76 of HowTo/LoginToNodes


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/LoginToNodes

    v75 v76  
    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. '''Note:''' If you are using PuTTY you will also need to download puttygen to convert your private key to PuTTY's format.
    4040
    4141== 2. Get your Login, Host names and ports ==
     
    107107   }}}
    108108
    109 ==== Windows !BitVise/!FireSSH/Git !Bash/Putty ====
     109==== Windows !BitVise/!FireSSH/Git !Bash/PuTTY ====
    110110===== !BitVise =====
    1111111. Import your private key into bitvise through the User !KeyPair Manager.
     
    145145 
    146146
    147 ===== Putty =====
    148 
    149 If 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]
     147===== PuTTY =====
     148
     149If 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]
    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