summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-01-22 16:50:27 -0500
committerJune McEnroe <programble@gmail.com>2017-01-22 16:50:27 -0500
commit03f0c72d1e4a238acaa82d3836bbe24a1ecce3ef (patch)
treef43083079477d1a39b3ec0f4cd18232d1ef0895c
parentSet shiftwidth=2 for sh and zsh (diff)
downloadsrc-03f0c72d1e4a238acaa82d3836bbe24a1ecce3ef.tar.gz
src-03f0c72d1e4a238acaa82d3836bbe24a1ecce3ef.zip
Use 127.0.0.1 instead of localhost in SSH config
-rw-r--r--.ssh/config2
1 files changed, 1 insertions, 1 deletions
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