# HG changeset patch # User huston@80426f53-59d1-405d-934b-f07cd76f4a1a # Date 1330209791 0 # Node ID 301977c12bb2393859949ca10672673b5aa6d599 # Parent 5ae5253cbcc18cb7c9a20473b448b6f1aee6c0c0 * Adding rule for CSES hosts diff -r 5ae5253cbcc1 -r 301977c12bb2 .ssh/config --- a/.ssh/config Sun Feb 19 19:00:56 2012 +0000 +++ b/.ssh/config Sat Feb 25 22:43:11 2012 +0000 @@ -18,8 +18,8 @@ ForwardX11 yes ForwardX11Trusted yes -# Allow everything for astro and home hosts w/ FQDN -Host *.astro.princeton.edu *.srhuston.net +# Allow everything for CSES, astro, and home hosts w/ FQDN +Host cses*.princeton.edu *.astro.princeton.edu *.srhuston.net ForwardAgent yes ForwardX11 yes ForwardX11Trusted yes