User Tools

Site Tools


auth:howto:sshkeygitlab

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
auth:howto:sshkeygitlab [2019/12/03 14:16] apanoauth:howto:sshkeygitlab [2019/12/03 14:18] (current) – [GET/SET SSH KEY] apano
Line 16: Line 16:
  
 To generate an SSH key via command line open a LINUX/MACOSX terminal or WINDOWS Git BASH and run the command: To generate an SSH key via command line open a LINUX/MACOSX terminal or WINDOWS Git BASH and run the command:
-<code>ssh-keygen -t rsa -C "your_email@example.com" -b 4096</code>+<code>ssh-keygen -t rsa -C "your@email" -b 4096</code>
  
  
Line 48: Line 48:
 <code> <code>
 git config --global user.name "Firstname Lastname" git config --global user.name "Firstname Lastname"
-git config --global user.email "your_email@unibz.it"+git config --global user.email "your@email"
 git config --list git config --list
 </code> </code>
Line 59: Line 59:
 [user] [user]
         name = Lastname Firstname         name = Lastname Firstname
-        email = your_email@unibz.it+        email = your@email
 </code> </code>
  
/data/www/wiki.inf.unibz.it/data/attic/auth/howto/sshkeygitlab.1575379011.txt.gz · Last modified: 2019/12/03 14:16 by apano