diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-10-04 15:19:36 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-10-04 15:19:36 -0400 |
commit | c4205b0e431d32d9ba1da68c747b328e6225d88e (patch) | |
tree | 48985cd019ca35da5dd39e52859853077257e0be /.config/ssh/config | |
parent | 28ebcc50a2be9f88b8015a4551bad26681c632f1 (diff) | |
parent | 795875623f9a9cd35374d2f0531182a267e81588 (diff) |
Merge remote-tracking branch 'origin/master' into gluglugt60-par/master
# Conflicts:
# .config/bash/rc.d/90_emacs.sh
# .config/emacs/init.el
Diffstat (limited to '.config/ssh/config')
-rw-r--r-- | .config/ssh/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/ssh/config b/.config/ssh/config index dc32703..f651513 100644 --- a/.config/ssh/config +++ b/.config/ssh/config @@ -24,7 +24,7 @@ Host lukeshu.com Port 1863 User lukeshu -Match host build64-par exec "host %n.lan." +Match host build64-par exec "nslookup %n.lan." HostName build64-par Port 22 ForwardX11 yes |