comparison .ssh/config @ 131:e3e599ad02f0

Add the *.rc hosts to trusted things
author Steve Huston <huston@astro.princeton.edu>
date Wed, 08 Jul 2015 16:33:33 -0400
parents 3f1ead4ba8b4
children d8596a04bdb1
comparison
equal deleted inserted replaced
130:900597fc1e52 131:e3e599ad02f0
25 ForwardAgent yes 25 ForwardAgent yes
26 ForwardX11 yes 26 ForwardX11 yes
27 ForwardX11Trusted yes 27 ForwardX11Trusted yes
28 28
29 # Allow everything for CSES, astro, and home hosts w/ FQDN 29 # Allow everything for CSES, astro, and home hosts w/ FQDN
30 Host cses*.princeton.edu *.astro.princeton.edu *.srhuston.net 30 Host cses*.princeton.edu *.rc.princeton.edu *.rc *.astro.princeton.edu *.srhuston.net
31 User huston 31 User huston
32 ForwardAgent yes 32 ForwardAgent yes
33 ForwardX11 yes 33 ForwardX11 yes
34 ForwardX11Trusted yes 34 ForwardX11Trusted yes
35 35