Mercurial > index.cgi > dotfiles
changeset 59:301977c12bb2
* Adding rule for CSES hosts
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Sat, 25 Feb 2012 22:43:11 +0000 |
parents | 5ae5253cbcc1 |
children | c27db9abf42c |
files | .ssh/config |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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