summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2015-09-22 15:10:09 -0400
committerLuke Shumaker <shumakl@purdue.edu>2015-09-22 15:10:09 -0400
commit5c22284424454bbb89372399bda4ca0aef2f1f7c (patch)
treeb3923a5820a009281473d78b8f9749e9628db06c
parent118f849aed5aef3bf2750ca102007b4a38e44486 (diff)
ssh: The Purdue CS boxes have a `host` that always exit(0).
-rw-r--r--.config/ssh/config2
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