From 03f0c72d1e4a238acaa82d3836bbe24a1ecce3ef Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 22 Jan 2017 16:50:27 -0500 Subject: Use 127.0.0.1 instead of localhost in SSH config --- .ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index 910c5f88..22036220 100644 --- a/.ssh/config +++ b/.ssh/config @@ -5,7 +5,7 @@ Host * Host *.local ForwardAgent yes - RemoteForward 7062 localhost:7062 + RemoteForward 7062 127.0.0.1:7062 Host april may HostName %h.nyc3.do.cmcenroe.me -- cgit 1.4.1