ssh: neue Keys konfiguriert
This commit is contained in:
parent
021e1fd120
commit
51dbaab536
1 changed files with 9 additions and 4 deletions
13
.ssh/config
13
.ssh/config
|
@ -28,7 +28,7 @@ Host pbs-test.grote.lan
|
|||
Host pbs.grote.lan
|
||||
Host docker8.grote.lan
|
||||
Host *.grote.lan
|
||||
IdentityFile ~/.ssh/ssh_key_heimserver_mg_v2
|
||||
IdentityFile ~/.ssh/grote.lan
|
||||
|
||||
|
||||
|
||||
|
@ -41,14 +41,14 @@ Host rb5009.grote.lan crs309.grote.lan crs305.grote.lan hex.grote.lan
|
|||
Host qnap-nas
|
||||
HostName 192.168.3.108
|
||||
User extraadmin
|
||||
IdentityFile ~/.ssh/ssh_key_qnap_papa
|
||||
IdentityFile ~/.ssh/qnap_papa
|
||||
|
||||
### ssh-key für git clone
|
||||
Host git.mgrote.net
|
||||
User gitea
|
||||
Port 2222
|
||||
PreferredAuthentications publickey
|
||||
IdentityFile ~/.ssh/ssh_key_heimserver_mg_v2
|
||||
IdentityFile ~/.ssh/git.mgrote.net
|
||||
|
||||
### dp-antares
|
||||
Host dp-zcdi-gitlab git.dataport.de
|
||||
|
@ -56,4 +56,9 @@ Host dp-zcdi-gitlab git.dataport.de
|
|||
User git
|
||||
Port 2200
|
||||
PreferredAuthentications publickey
|
||||
IdentityFile ~/.ssh/zcdi-gitlab-antares
|
||||
IdentityFile ~/.ssh/git.dataport.de
|
||||
|
||||
Host github.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/github.com
|
||||
|
||||
|
|
Loading…
Reference in a new issue