diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2015-09-22 15:10:09 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-09-22 15:11:12 -0400 |
commit | 617c9b5fb109e3f0ab387945ce9fc3d36eb07d64 (patch) | |
tree | efb01c1d30487bec960086f84045b7ebe46332a1 /.config/ssh/config | |
parent | 641fc49fc651b6a67fb8ff90198e889e0e3920bb (diff) |
ssh: The Purdue CS boxes have a `host` that always exit(0).
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 |