User Tools

Site Tools


infrastructure:svn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
infrastructure:svn [2015/03/19 13:24] frickeniinfrastructure:svn [2022/02/28 12:54] (current) pmania
Line 14: Line 14:
  
   - So, first make sure we do not have a pair of keys already existing: <code>$ ls ~/.rsa</code>   - So, first make sure we do not have a pair of keys already existing: <code>$ ls ~/.rsa</code>
-  - Then we install an SSH client if we do not have it yet: <code>$ sudo apt-get install openssh-client</code>+  - Then we install SSH client if we do not have it yet: <code>$ sudo apt-get install openssh-client</code>
   - Finally, we generate the key pair: <code>$ ssh-keygen -t rsa</code> The password is optional. For more information on generating  keys use ''ssh-keygen --help'' or ''man ssh-keygen''.   - Finally, we generate the key pair: <code>$ ssh-keygen -t rsa</code> The password is optional. For more information on generating  keys use ''ssh-keygen --help'' or ''man ssh-keygen''.
   - Now we can check out the repo: <code>svn co svn+ssh://svn@svn.ai.uni-bremen.de/reponame</code>   - Now we can check out the repo: <code>svn co svn+ssh://svn@svn.ai.uni-bremen.de/reponame</code>
Line 40: Line 40:
 {{ :infrastructure:new_folder.png?600 |}} {{ :infrastructure:new_folder.png?600 |}}
  
-In this folder we save the public key as ''id_rsa.pub'' and the private key as ''id_rsa.ppk''.+In this folder we save the public key as ''id_rsa.pub'' and the private key as ''id_rsa.ppk''.\\ 
 +**IMPORTANT: Please send the full text (beginning with ssh-rsa...) below "Public key for pasting into OpenSSH authorized_keys file:" to our sysadmins: <agkiadm@cs.uni-bremen.de> **
  
 {{ :infrastructure:key_gen3.png?600 |}} {{ :infrastructure:key_gen3.png?600 |}}
Line 47: Line 48:
 === Step 3 === === Step 3 ===
  
-After that we create a shortcut on the Desktop of the pageant.exe which should be in the same folder as the PuTTYgen.exe (by default: ''C:\Programm Files (x86)/PuTTY/''). Right-click the shortcut and open the ''Properties''. There in the end of the target line add ''"$PATH/ss/id_rsa.ppk"'' (for $PATH add the path to your user directory). Don't forget the double quotes!+After that we create a shortcut on the Desktop of the pageant.exe which should be in the same folder as the PuTTYgen.exe (by default: ''C:\Programm Files (x86)/PuTTY/''). Right-click the shortcut and open the ''Properties''. There in the end of the target line add ''"$PATH/ssh/id_rsa.ppk"'' (replace $PATH with the path to your user directory). Don't forget the double quotes!
  
 {{ :infrastructure:shortcut1.png?600 |}} {{ :infrastructure:shortcut1.png?600 |}}
    
-Next we can move the shortcut we just created to our startup folder (Autostart on german Windows) in the startmenu. +Next we can move the shortcut we just created to our startup folder (Autostart on german Windows) in the startmenu. 
 +**Note: ** If you don't want to add pageant to your startup folder, please make sure that you've started pageant with the desktop shortcut created BEFORE interacting with SVN. This has to be done once everytime after you reboot your machine. 
 +**Note 2: If you are using Win10 or higher, you have to access your autostart folder differently. Hit the WIN Key and R at the same time. In the new dialog enter //shell:startup// and hit enter. A new explorer window appears. Place the shortcut in that folder.** 
  
 {{ :infrastructure:shortcut2.png?600 |}} {{ :infrastructure:shortcut2.png?600 |}}
Line 63: Line 67:
 {{ :infrastructure:taskbar.png?100 |}} {{ :infrastructure:taskbar.png?100 |}}
  
-Next we use PuTTY to start an SSH connection (should be in the same directory as pageant and PuTTYgen). Under Session we spicify the username and the hostname of the SVN repository press on open. +Next we use PuTTY to configure a SSH connection (should be in the same directory as pageant and PuTTYgen). Under Session we specify the username and the hostname of the SVN repository. Enter "svn" below "Saved sessions" to give this configuration a name and press on "Save". After saving the session configuration, press on "open" to connect to the SVN.
  
 {{ infrastructure:putty_session_w_user.png?600 |}} {{ infrastructure:putty_session_w_user.png?600 |}}
Line 87: Line 91:
  
 {{ :infrastructure:checkout2.png?600 |}} {{ :infrastructure:checkout2.png?600 |}}
- 
- 
-If there are any questions to the Windows tutorial feel free to mail me at frickeni@uni-bremen.de. 
infrastructure/svn.1426771459.txt.gz · Last modified: 2016/05/19 09:18 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki