summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.ssh/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index ca9963c5..17f45791 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,6 +1,9 @@
 Host *
   HashKnownHosts yes
 
+Host *.local
+  ForwardAgent yes
+
 Host march
   HostName march.nyc3.do.cmcenroe.me
 
c988bba60d6b35a7bdb5bb3a49&follow=1'>Use whence instead of typeJune McEnroe 2018-08-18Cut off path components until right prompt fitsJune McEnroe 2018-08-17Add "private" alias to source encrypted fileJune McEnroe 2018-08-17Add vim mapping to add a #includeJune McEnroe