Harmonised ssh config
This commit is contained in:
parent
afe66c8554
commit
ac5af45cda
1 changed files with 4 additions and 1 deletions
|
@ -69,12 +69,14 @@ Host RASPI
|
||||||
User enbewe
|
User enbewe
|
||||||
ForwardX11 no
|
ForwardX11 no
|
||||||
RemoteForward 52698 127.0.0.1:52698
|
RemoteForward 52698 127.0.0.1:52698
|
||||||
|
LocalForward 9666 localhost:9666
|
||||||
IdentityFile ~/.ssh/hosts/box.fritz.various-various
|
IdentityFile ~/.ssh/hosts/box.fritz.various-various
|
||||||
|
|
||||||
Host XBMC
|
Host XBMC
|
||||||
Hostname enbewe-xbmc.fritz.box
|
Hostname enbewe-xbmc.fritz.box
|
||||||
User root
|
User root
|
||||||
ForwardX11 no
|
ForwardX11 no
|
||||||
|
RemoteForward 52698 127.0.0.1:52698
|
||||||
IdentityFile ~/.ssh/hosts/box.fritz.various-various
|
IdentityFile ~/.ssh/hosts/box.fritz.various-various
|
||||||
|
|
||||||
Host RX300
|
Host RX300
|
||||||
|
@ -88,6 +90,7 @@ Host QNAP
|
||||||
Hostname eNBeWe-QNAP.fritz.box
|
Hostname eNBeWe-QNAP.fritz.box
|
||||||
User admin
|
User admin
|
||||||
ForwardX11 no
|
ForwardX11 no
|
||||||
|
RemoteForward 52698 127.0.0.1:52698
|
||||||
IdentityFile ~/.ssh/hosts/box.fritz.various-various
|
IdentityFile ~/.ssh/hosts/box.fritz.various-various
|
||||||
|
|
||||||
Host IFI
|
Host IFI
|
||||||
|
@ -194,7 +197,7 @@ Host GIT-ENBEWE
|
||||||
Hostname git.enbewe.de
|
Hostname git.enbewe.de
|
||||||
Port 22
|
Port 22
|
||||||
User git
|
User git
|
||||||
IdentityFile ~/.ssh/git/de.enbewe.gitlab-enbewe
|
IdentityFile ~/.ssh/git/de.enbewe.git-enbewe
|
||||||
|
|
||||||
Host GIT-FFKI
|
Host GIT-FFKI
|
||||||
Hostname git.freifunk.in-kiel.de
|
Hostname git.freifunk.in-kiel.de
|
||||||
|
|
Loading…
Reference in a new issue