|
- Timestamp:
-
Jan 5, 2009, 8:57:16 PM (16 years ago)
- Author:
-
oliver
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v10
|
v11
|
|
8 | 8 | * 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". |
9 | 9 | 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 |
11 | 11 | {{{ |
12 | | cat dsa.pub >> .ssh/authorized_keys |
| 12 | ssh-keygen -t dsa |
13 | 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 |
| 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 |
18 | 23 | * 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. |
19 | 24 | 3. Install [http://tortoisesvn.tigris.org/ tortoise] on your system |
… |
… |
|
51 | 56 | * utils/bzip2 |
52 | 57 | 3. After the installation finished, start cygwin. |
53 | | 4. Go to the GiBUU directory |
| 58 | 4. Now go to the GiBUU directory |
54 | 59 | * If you downloaded the tar ball, change to the download directory (e.g. |
55 | 60 | {{{ |
|