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

Both sides previous revision Previous revision
Next revision
Previous revision
collab:users [2013/04/23 11:42]
c703101
collab:users [2018/09/03 19:35] (current)
Line 17: Line 17:
 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 repositroies ​====+==== Access to git repositories (git.uibk.ac.at) ​====
  
 To allow external users access to our git repositories we need: To allow external users access to our git repositories we need:
  
   - username   - username
-  - a ssh public-key 
   - real name    - real name 
   - email   - 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  to generate a ssh key pair 
Line 34: Line 36:
  
   - The number after the -b specifies the key length in bits.   - The number after the -b specifies the key length in bits.
-  - You can type in a passphrase to protect your key - then you will be asked for it when you connect via ssh.+  - You should ​type in a passphrase to protect your key - then you will be asked for it when you connect via ssh.
  
 == ssh config == == 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:+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 Host iis
     HostName iis.uibk.ac.at     HostName iis.uibk.ac.at
Line 45: Line 48:
     User username     User username
     IdentityFile ​ ~/​.ssh/​PRIVATEKEYFILE ​     IdentityFile ​ ~/​.ssh/​PRIVATEKEYFILE ​
 +</​code>​
  
 === Windows === === Windows ===
Line 55: Line 58:
   - save private and public key   - save private and public key
  
-if you want to use git wiht windows - have also a look at +See also [[:collab:git-ms]]. 
-https://​iis.uibk.ac.at/​auth/​collab/git-ms+
  
  
collab/users.1366710155.txt.gz · Last modified: 2018/09/03 14:57 (external edit)