ssh: keynamen angepasst
This commit is contained in:
parent
01752fe870
commit
5698554776
1 changed files with 15 additions and 8 deletions
23
.ssh/config
23
.ssh/config
|
@ -24,13 +24,13 @@ Host gitea-test.grote.lan
|
||||||
Host pihole2-test.grote.lan
|
Host pihole2-test.grote.lan
|
||||||
Host ntp-server-test.grote.lan
|
Host ntp-server-test.grote.lan
|
||||||
Host hex.grote.lan
|
Host hex.grote.lan
|
||||||
HostName 192.168.2.1
|
HostName 192.168.2.1
|
||||||
User admin
|
User admin
|
||||||
IdentityFile ~/.ssh/ssh_key_mikrotik
|
IdentityFile ~/.ssh/ssh_key_mikrotik_admin
|
||||||
Host crs309.grote.lan
|
Host crs309.grote.lan
|
||||||
HostName 192.168.2.223
|
HostName 192.168.2.223
|
||||||
User admin
|
User admin
|
||||||
IdentityFile ~/.ssh/ssh_key_mikrotik
|
IdentityFile ~/.ssh/ssh_key_mikrotik_admin
|
||||||
|
|
||||||
Host bbs-proxmox
|
Host bbs-proxmox
|
||||||
HostName 192.168.44.211
|
HostName 192.168.44.211
|
||||||
|
@ -42,7 +42,7 @@ Host bbs-ubuntu
|
||||||
|
|
||||||
|
|
||||||
Host *.grote.lan
|
Host *.grote.lan
|
||||||
IdentityFile ~/.ssh/private_key_heimserver
|
IdentityFile ~/.ssh/ssh_key_heimserver_mg
|
||||||
|
|
||||||
Host RMPHLPVE1.ausbildung.md
|
Host RMPHLPVE1.ausbildung.md
|
||||||
Host RMPHLPVE2.ausbildung.md
|
Host RMPHLPVE2.ausbildung.md
|
||||||
|
@ -52,7 +52,14 @@ Host BLJENK001.ausbildung.md
|
||||||
Host BLDNSM001.ausbildung.md
|
Host BLDNSM001.ausbildung.md
|
||||||
|
|
||||||
Host *.ausbildung.md
|
Host *.ausbildung.md
|
||||||
IdentityFile ~/.ssh/mg_private_key_ausbildungsracks_md
|
IdentityFile ~/.ssh/ssh_key_azubiracksmd_mg
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
User mg
|
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