ssh: keynamen angepasst
This commit is contained in:
parent
01752fe870
commit
5698554776
1 changed files with 15 additions and 8 deletions
15
.ssh/config
15
.ssh/config
|
@ -26,11 +26,11 @@ Host ntp-server-test.grote.lan
|
|||
Host hex.grote.lan
|
||||
HostName 192.168.2.1
|
||||
User admin
|
||||
IdentityFile ~/.ssh/ssh_key_mikrotik
|
||||
IdentityFile ~/.ssh/ssh_key_mikrotik_admin
|
||||
Host crs309.grote.lan
|
||||
HostName 192.168.2.223
|
||||
User admin
|
||||
IdentityFile ~/.ssh/ssh_key_mikrotik
|
||||
IdentityFile ~/.ssh/ssh_key_mikrotik_admin
|
||||
|
||||
Host bbs-proxmox
|
||||
HostName 192.168.44.211
|
||||
|
@ -42,7 +42,7 @@ Host bbs-ubuntu
|
|||
|
||||
|
||||
Host *.grote.lan
|
||||
IdentityFile ~/.ssh/private_key_heimserver
|
||||
IdentityFile ~/.ssh/ssh_key_heimserver_mg
|
||||
|
||||
Host RMPHLPVE1.ausbildung.md
|
||||
Host RMPHLPVE2.ausbildung.md
|
||||
|
@ -52,7 +52,14 @@ Host BLJENK001.ausbildung.md
|
|||
Host BLDNSM001.ausbildung.md
|
||||
|
||||
Host *.ausbildung.md
|
||||
IdentityFile ~/.ssh/mg_private_key_ausbildungsracks_md
|
||||
IdentityFile ~/.ssh/ssh_key_azubiracksmd_mg
|
||||
|
||||
Host *
|
||||
User mg
|
||||
|
||||
|
||||
Host dp-bitbucket
|
||||
HostName artifactory-extern.dataport.de
|
||||
Port 7999
|
||||
User git
|
||||
IdentityFile ~/.ssh/ssh_key_antares_bitbucket
|
||||
|
|
Loading…
Reference in a new issue