changeset 209:d7f327fd082f

Add *.local to ssh configs
author Steve Huston <huston@astro.princeton.edu>
date Wed, 06 Jan 2021 09:54:31 -0500
parents 78b05f62ebbc
children 25e7a79f5ba0
files .ssh/config
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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