diff options
author | June McEnroe <june@causal.agency> | 2017-01-22 16:50:27 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-01-22 16:50:27 -0500 |
commit | 4d11bd43651fdb5bfecbf13ccc2c8d8d52e93c24 (patch) | |
tree | 858e4c0684d185cfeda5def1ee6eaf209869341a /.ssh/config | |
parent | Set shiftwidth=2 for sh and zsh (diff) | |
download | src-4d11bd43651fdb5bfecbf13ccc2c8d8d52e93c24.tar.gz src-4d11bd43651fdb5bfecbf13ccc2c8d8d52e93c24.zip |
Use 127.0.0.1 instead of localhost in SSH config
Diffstat (limited to '')
-rw-r--r-- | .ssh/config | 2 |
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 |