Intelligent and Interactive Systems

User Tools

Site Tools


collab:users

Differences

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

Link to this comparison view

Next revision
Previous revision
collab:users [2013/04/23 11:33]
c703101 created
collab:users [2018/09/03 19:35] (current)
Line 1: Line 1:
-==== External User Information ====+===== External User Information ​=====
  
 +==== Access to the wiki ====
 To allow external users access to our wiki we need: To allow external users access to our wiki we need:
  
Line 15: Line 16:
  
 if we receive usernames which are already in use or inappropriate we reserve us the right to change it. if we receive usernames which are already in use or inappropriate we reserve us the right to change it.
 +
 +==== Access to git repositories (git.uibk.ac.at) ====
 +
 +To allow external users access to our git repositories we need:
 +
 +  - username
 +  - real name 
 +  - email
 +
 +
 +** Attention: It can take up to 2 weeks till we have the external accounts on git.uibk.ac.at **
 +
 +to generate a ssh key pair 
 +
 +=== Linux ===
 +to generate a pair of ssh keys use e.g. following command:
 +
 +ssh-keygen -t rsa -b 2048
 +
 +  - The number after the -b specifies the key length in bits.
 +  - You should type in a passphrase to protect your key - then you will be asked for it when you connect via ssh.
 +
 +== ssh config ==
 +
 +you could also create an ssh config file in your home-directory to shorten the git commands: The ''​~/​.ssh/​config''​ file could look like:
 +
 +<​code>​
 +Host iis
 +    HostName iis.uibk.ac.at
 +    Port 22
 +    User username
 +    IdentityFile ​ ~/​.ssh/​PRIVATEKEYFILE ​
 +</​code>​
 +
 +=== Windows ===
 +to generate a ssh key within windows you can use PuTTY:
 +
 +  - [[http://​www.chiark.greenend.org.uk/​~sgtatham/​putty/​download.html|Download]] and start puttygen.exe ​
 +  - choose in the "​Parameters"​ section: SSH2 DSA and press generate and move your mouse in the small screen
 +  - you can type in a passphrase to protect your key - then you will be asked for it when you connect via ssh.
 +  - save private and public key
 +
 +See also [[:​collab:​git-ms]].
 +
 +
  
collab/users.1366709638.txt.gz · Last modified: 2018/09/03 14:57 (external edit)