diff options
author | June McEnroe <programble@gmail.com> | 2016-09-17 01:03:55 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2016-09-17 01:03:55 -0400 |
commit | 43e6e2536fff80eb1defb96958cbe2ebc4ff0f6b (patch) | |
tree | 8e6d1939b3e1f94c677b30627b2199c811c7fd66 /.ssh | |
parent | Add pbcopy and pbpaste using pbd (diff) | |
download | src-43e6e2536fff80eb1defb96958cbe2ebc4ff0f6b.tar.gz src-43e6e2536fff80eb1defb96958cbe2ebc4ff0f6b.zip |
Forward pbd through *.local SSH
Diffstat (limited to '')
-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 |