Domainumstellung: grote.lan -> mgrote.net
This commit is contained in:
parent
7051ef7d96
commit
0b342e0a10
1 changed files with 14 additions and 14 deletions
28
.ssh/config
28
.ssh/config
|
@ -7,26 +7,26 @@ AddKeysToAgent yes
|
||||||
StrictHostKeyChecking=accept-new
|
StrictHostKeyChecking=accept-new
|
||||||
# https://stackoverflow.com/questions/21383806/how-can-i-force-ssh-to-accept-a-new-host-fingerprint-from-the-command-line
|
# https://stackoverflow.com/questions/21383806/how-can-i-force-ssh-to-accept-a-new-host-fingerprint-from-the-command-line
|
||||||
|
|
||||||
### grote.lan
|
### mgrote.net
|
||||||
Host fileserver3.grote.lan
|
Host fileserver3.mgrote.net
|
||||||
Host ansible2.grote.lan
|
Host ansible2.mgrote.net
|
||||||
Host docker10.grote.lan
|
Host docker10.mgrote.net
|
||||||
Host pve5.grote.lan
|
Host pve5.mgrote.net
|
||||||
Host gitea.grote.lan
|
Host gitea.mgrote.net
|
||||||
Host pve5-test.grote.lan
|
Host pve5-test.mgrote.net
|
||||||
Host vm-test-2204.grote.lan
|
Host vm-test-2204.mgrote.net
|
||||||
Host pbs-test.grote.lan
|
Host pbs-test.mgrote.net
|
||||||
Host pbs.grote.lan
|
Host pbs.mgrote.net
|
||||||
Host *.grote.lan
|
Host *.mgrote.net
|
||||||
IdentityFile ~/.ssh/grote.lan
|
IdentityFile ~/.ssh/mgrote.net
|
||||||
|
|
||||||
### Ubiquity
|
### Ubiquity
|
||||||
Host nanohd-wohnzimmer.grote.lan
|
Host nanohd-wohnzimmer.mgrote.net
|
||||||
User ubi_ssh_admin
|
User ubi_ssh_admin
|
||||||
HostKeyAlgorithms=+ssh-dss
|
HostKeyAlgorithms=+ssh-dss
|
||||||
|
|
||||||
### Mikrotik
|
### Mikrotik
|
||||||
Host rb5009.grote.lan crs309.grote.lan crs305.grote.lan hex.grote.lan
|
Host rb5009.mgrote.net crs309.mgrote.net crs305.mgrote.net hex.mgrote.net
|
||||||
User admin
|
User admin
|
||||||
IdentityFile ~/.ssh/ssh_key_mikrotik_admin
|
IdentityFile ~/.ssh/ssh_key_mikrotik_admin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue