ssh: hosts ergänzt
This commit is contained in:
parent
f80b94eb04
commit
75cb2dfb63
1 changed files with 25 additions and 0 deletions
25
.ssh/config
25
.ssh/config
|
@ -23,9 +23,34 @@ Host pve4-test.grote.lan
|
||||||
Host gitea-test.grote.lan
|
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
|
||||||
|
HostName 192.168.2.1
|
||||||
|
User admin
|
||||||
|
Host crs309.grote.lan
|
||||||
|
HostName 192.168.2.223
|
||||||
|
User admin
|
||||||
|
|
||||||
|
Host bbs-proxmox
|
||||||
|
HostName 192.168.44.211
|
||||||
|
User root
|
||||||
|
|
||||||
|
Host bbs-ubuntu
|
||||||
|
HostName 192.168.44.218
|
||||||
|
User admindp
|
||||||
|
|
||||||
|
|
||||||
Host *.grote.lan
|
Host *.grote.lan
|
||||||
IdentityFile ~/.ssh/private_key_heimserver
|
IdentityFile ~/.ssh/private_key_heimserver
|
||||||
|
|
||||||
|
Host RMPHLPVE1.ausbildung.md
|
||||||
|
Host RMPHLPVE2.ausbildung.md
|
||||||
|
Host PLNEXT001.ausbildung.md
|
||||||
|
Host BLANSI001.ausbildung.md
|
||||||
|
Host BLJENK001.ausbildung.md
|
||||||
|
Host BLDNSM001.ausbildung.md
|
||||||
|
|
||||||
|
Host *.ausbildung.md
|
||||||
|
IdentityFile ~/.ssh/mg_private_key_ausbildungsracks_md
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
User mg
|
User mg
|
||||||
|
|
Loading…
Reference in a new issue