gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 8 and Version 9 of windows


Ignore:
Timestamp:
Dec 15, 2008, 2:30:02 PM (16 years ago)
Author:
oliver
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows

    v8 v9  
    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     *  cf. http://www.noah.org/wiki/Tortoise_SVN_with_PuTTY
     10    *  Go via putty, e.g., to tp1 an run "ssh-keygen". Generate a dsa-keyfile called "dsa.pub". Then execute
     11       {{{
     12       cat dsa.pub >> .ssh/authorized_keys
     13       }}}
     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
     18        * 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.
    1119 3. Install [http://tortoisesvn.tigris.org/ tortoise] on your system
    1220 4. Make sure "Pageant" is running and your ssh-key is loaded.