From ac5af45cda5fdec702dfd735abaab72bca4f64bd Mon Sep 17 00:00:00 2001 From: Nis Wechselberg Date: Mon, 25 Sep 2017 17:21:17 +0200 Subject: [PATCH] Harmonised ssh config --- .ssh/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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