diff .ssh/config @ 209:d7f327fd082f

Add *.local to ssh configs
author Steve Huston <huston@astro.princeton.edu>
date Wed, 06 Jan 2021 09:54:31 -0500
parents f163a6073c48
children 283c952b0455
line wrap: on
line diff
--- 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