ssh: forgejo
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
666cc8b661
commit
60fed37bf2
1 changed files with 1 additions and 11 deletions
12
.ssh/config
12
.ssh/config
|
@ -38,20 +38,10 @@ Host qnap-nas
|
|||
IdentityFile ~/.ssh/qnap_papa
|
||||
|
||||
### ssh-key für git clone
|
||||
Host forgejo.mgrote.net
|
||||
Host git.mgrote.net
|
||||
User gitea
|
||||
Port 2222
|
||||
PreferredAuthentications publickey
|
||||
IdentityFile ~/.ssh/git.mgrote.net
|
||||
|
||||
### dp-antares
|
||||
Host dp-zcdi-gitlab git.dataport.de
|
||||
HostName git.dataport.de
|
||||
User git
|
||||
Port 2200
|
||||
PreferredAuthentications publickey
|
||||
IdentityFile ~/.ssh/git.dataport.de
|
||||
|
||||
Host github.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/github.com
|
||||
|
|
Loading…
Reference in a new issue