# HG changeset patch # User Steve Huston # Date 1609944871 18000 # Node ID d7f327fd082f38d59a2fce65cb21639c9faf71a5 # Parent 78b05f62ebbc7f452d2c6c37f7ac2104a16bbd11 Add *.local to ssh configs diff -r 78b05f62ebbc -r d7f327fd082f .ssh/config --- a/.ssh/config Tue Jan 05 15:35:18 2021 -0500 +++ b/.ssh/config Wed Jan 06 09:54:31 2021 -0500 @@ -38,8 +38,8 @@ ForwardX11 yes ForwardX11Trusted yes -# Allow everything for CSES, astro, and home hosts w/ FQDN -Host cses*.princeton.edu *.rc.princeton.edu *.rc *.astro.princeton.edu *.srhuston.net +# Allow everything for CSES, astro, local, and home hosts w/ FQDN +Host cses*.princeton.edu *.rc.princeton.edu *.rc *.astro.princeton.edu *.srhuston.net *.local User huston ForwardAgent yes ForwardX11 yes