|
- Timestamp:
-
Jul 2, 2008, 4:32:32 PM (17 years ago)
- Author:
-
oliver
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
4 | 4 | Sometimes it's irritating that you are always asked for your password while using SVN. Therefore, it can be useful to use an encrypted key-pair (public key+private key) to do the job for you. |
5 | 5 | |
6 | | (1) Create the key pair by typing |
| 6 | === (1) Create the key pair by typing === |
7 | 7 | |
8 | 8 | |
… |
… |
|
17 | 17 | |
18 | 18 | |
19 | | (2) Copy the public key to the remote system and cat it into autorized_keys: |
| 19 | === (2) Copy the public key to the remote system and cat it into autorized_keys: === |
20 | 20 | |
21 | 21 | {{{ |
… |
… |
|
28 | 28 | |
29 | 29 | |
30 | | (3) If you have chosen a "real" password for your private key: |
| 30 | === (3) If you have chosen a "real" password for your private key: === |
31 | 31 | |
32 | 32 | Type in your shell |
… |
… |
|
46 | 46 | |
47 | 47 | |
48 | | to start a ssh-key-agent. |
49 | | |
50 | | After doing this once, you can use the shell without password for the rest of its lifetime. When starting a new shell, you must repeat this procedure (exec ssh-agent bash;ssh-add)! |
| 48 | to start a ssh-key-agent. After doing this once, you can use the shell without password for the rest of its lifetime. When starting a new shell, you must repeat this procedure (exec ssh-agent bash;ssh-add)! |
51 | 49 | |
52 | 50 | |
|