diff options
author | June McEnroe <june@causal.agency> | 2016-09-17 01:03:55 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2016-09-17 01:03:55 -0400 |
commit | 235230680090dd824e128f53ffe1e7b8dfe3bf57 (patch) | |
tree | f6103eed12e1c59480e7f4b460d4fac9dd621e1b | |
parent | Add pbcopy and pbpaste using pbd (diff) | |
download | src-235230680090dd824e128f53ffe1e7b8dfe3bf57.tar.gz src-235230680090dd824e128f53ffe1e7b8dfe3bf57.zip |
Forward pbd through *.local SSH
-rw-r--r-- | .ssh/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 4cf1c629..910c5f88 100644 --- a/.ssh/config +++ b/.ssh/config @@ -5,6 +5,7 @@ Host * Host *.local ForwardAgent yes + RemoteForward 7062 localhost:7062 Host april may HostName %h.nyc3.do.cmcenroe.me |