diff --git a/.ssh/config b/.ssh/config index 2133f57..e544112 100644 --- a/.ssh/config +++ b/.ssh/config @@ -69,12 +69,14 @@ Host RASPI User enbewe ForwardX11 no RemoteForward 52698 127.0.0.1:52698 + LocalForward 9666 localhost:9666 IdentityFile ~/.ssh/hosts/box.fritz.various-various Host XBMC Hostname enbewe-xbmc.fritz.box User root ForwardX11 no + RemoteForward 52698 127.0.0.1:52698 IdentityFile ~/.ssh/hosts/box.fritz.various-various Host RX300 @@ -88,6 +90,7 @@ Host QNAP Hostname eNBeWe-QNAP.fritz.box User admin ForwardX11 no + RemoteForward 52698 127.0.0.1:52698 IdentityFile ~/.ssh/hosts/box.fritz.various-various Host IFI @@ -194,7 +197,7 @@ Host GIT-ENBEWE Hostname git.enbewe.de Port 22 User git - IdentityFile ~/.ssh/git/de.enbewe.gitlab-enbewe + IdentityFile ~/.ssh/git/de.enbewe.git-enbewe Host GIT-FFKI Hostname git.freifunk.in-kiel.de