comparison .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
comparison
equal deleted inserted replaced
208:78b05f62ebbc 209:d7f327fd082f
36 User pi 36 User pi
37 ForwardAgent yes 37 ForwardAgent yes
38 ForwardX11 yes 38 ForwardX11 yes
39 ForwardX11Trusted yes 39 ForwardX11Trusted yes
40 40
41 # Allow everything for CSES, astro, and home hosts w/ FQDN 41 # Allow everything for CSES, astro, local, and home hosts w/ FQDN
42 Host cses*.princeton.edu *.rc.princeton.edu *.rc *.astro.princeton.edu *.srhuston.net 42 Host cses*.princeton.edu *.rc.princeton.edu *.rc *.astro.princeton.edu *.srhuston.net *.local
43 User huston 43 User huston
44 ForwardAgent yes 44 ForwardAgent yes
45 ForwardX11 yes 45 ForwardX11 yes
46 ForwardX11Trusted yes 46 ForwardX11Trusted yes
47 47