ssh: Doku
This commit is contained in:
parent
5564632a77
commit
e35e5ea8e7
1 changed files with 8 additions and 2 deletions
10
.ssh/config
10
.ssh/config
|
@ -26,6 +26,11 @@ Host ntp-server-test.grote.lan
|
||||||
Host tor1-test.grote.lan
|
Host tor1-test.grote.lan
|
||||||
Host bastelstube-cli.grote.lan
|
Host bastelstube-cli.grote.lan
|
||||||
Host bastelstube-gui.grote.lan
|
Host bastelstube-gui.grote.lan
|
||||||
|
Host *.grote.lan
|
||||||
|
IdentityFile ~/.ssh/ssh_key_heimserver_mg
|
||||||
|
|
||||||
|
|
||||||
|
### Mikrotik
|
||||||
Host rb5009.grote.lan
|
Host rb5009.grote.lan
|
||||||
HostName 192.168.2.1
|
HostName 192.168.2.1
|
||||||
User admin
|
User admin
|
||||||
|
@ -34,14 +39,14 @@ Host crs309.grote.lan
|
||||||
HostName 192.168.2.223
|
HostName 192.168.2.223
|
||||||
User admin
|
User admin
|
||||||
IdentityFile ~/.ssh/ssh_key_mikrotik_admin
|
IdentityFile ~/.ssh/ssh_key_mikrotik_admin
|
||||||
|
|
||||||
|
### Berufsschulserver
|
||||||
Host bbs-proxmox
|
Host bbs-proxmox
|
||||||
HostName 192.168.44.211
|
HostName 192.168.44.211
|
||||||
User root
|
User root
|
||||||
Host bbs-ubuntu
|
Host bbs-ubuntu
|
||||||
HostName 192.168.44.218
|
HostName 192.168.44.218
|
||||||
User admindp
|
User admindp
|
||||||
Host *.grote.lan
|
|
||||||
IdentityFile ~/.ssh/ssh_key_heimserver_mg
|
|
||||||
|
|
||||||
### mgrote.net
|
### mgrote.net
|
||||||
Host tor1.mgrote.net
|
Host tor1.mgrote.net
|
||||||
|
@ -65,6 +70,7 @@ Host BLGITE001.ausbildung.md
|
||||||
Host *.ausbildung.md
|
Host *.ausbildung.md
|
||||||
IdentityFile ~/.ssh/ssh_key_azubiracksmd_mg
|
IdentityFile ~/.ssh/ssh_key_azubiracksmd_mg
|
||||||
|
|
||||||
|
### ssh-key für git clone
|
||||||
Host git.mgrote.net
|
Host git.mgrote.net
|
||||||
User gitea
|
User gitea
|
||||||
Port 2222
|
Port 2222
|
||||||
|
|
Loading…
Reference in a new issue