summary refs log tree commit diff
path: root/.ssh/config
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-01-22 16:50:27 -0500
committerJune McEnroe <june@causal.agency>2017-01-22 16:50:27 -0500
commit4d11bd43651fdb5bfecbf13ccc2c8d8d52e93c24 (patch)
tree858e4c0684d185cfeda5def1ee6eaf209869341a /.ssh/config
parentSet shiftwidth=2 for sh and zsh (diff)
downloadsrc-4d11bd43651fdb5bfecbf13ccc2c8d8d52e93c24.tar.gz
src-4d11bd43651fdb5bfecbf13ccc2c8d8d52e93c24.zip
Use 127.0.0.1 instead of localhost in SSH config
Diffstat (limited to '')
-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