gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 10 and Version 11 of windows


Ignore:
Timestamp:
Jan 5, 2009, 8:57:16 PM (16 years ago)
Author:
oliver
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows

    v10 v11  
    88       * At JLU Giessen you may also use the [http://www.uni-giessen.de/hrz/service/icd.html automatic network installation]: Choose "Weitere Software" and then "putty".
    99 2. Set up a ssh-key pair to be used with putty.
    10     *  Go via putty, e.g., to tp1 an run "ssh-keygen". Generate a dsa-keyfile called "dsa.pub". Then execute
     10     * Go via putty, e.g., to tp1 an run "ssh-keygen" by typing
    1111       {{{
    12        cat dsa.pub >> .ssh/authorized_keys
     12       ssh-keygen -t dsa
    1313       }}}
    14     * Open in your Windows "PuTTYgen"
    15     * Choose "conversions" and read in your freshly created private (not public!) dsa key. Save the key after conversion as a ".ppk"-file
    16     * Open putty's pageant
    17     * Load the freshly created .ppk-file
     14       This generates a dsa-keyfile called "id_dsa.pub" in the directory "~/.ssh".
     15     * Now execute
     16       {{{
     17       cat ~/.ssh.id_dsa.pub >> .ssh/authorized_keys
     18       }}}
     19     * Open in your Windows "PuTTYgen"
     20     * Choose "conversions" and read in your freshly created private (not public!) dsa key, which is given by the file "~/.ssh/id_dsa". Save the key after conversion as a ".ppk"-file
     21     * Start putty's pageant (Start->Programme->Putty->Pageant)
     22     * Load the freshly created .ppk-file into pageant
    1823        * Hint: Add the command "pageant 'path to your ppk.file'" as a link to your Windows-Autostart, such that pageant is started at system start.
    1924 3. Install [http://tortoisesvn.tigris.org/ tortoise] on your system
     
    5156    * utils/bzip2
    5257 3. After the installation finished, start cygwin.
    53  4. Go to the GiBUU directory
     58 4. Now go to the GiBUU directory
    5459    * If you downloaded the tar ball, change to the download directory (e.g.
    5560      {{{