From 7aa42591025169f7aca8b1ef53fd0ab26d15dc29 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Mon, 3 Aug 2020 19:17:54 +0200 Subject: [PATCH] home network changes --- .ssh/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ssh/config b/.ssh/config index 2112d0d..052b978 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,13 +1,13 @@ Host porky -Hostname porky.eintr.org +Hostname 10.1.100.16 ForwardAgent yes Host home -Hostname porky.eintr.org +Hostname 10.1.100.16 ForwardAgent no Host home-dev -Hostname home.eintr.org +Hostname 10.1.100.16 ForwardAgent yes ExitOnForwardFailure yes LocalForward 127.0.0.1:3000 127.0.0.1:3000