Mercurial > index.cgi > dotfiles
changeset 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 | 900597fc1e52 |
children | 4b3795f08022 |
files | .ssh/config |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.ssh/config Thu Jun 11 12:35:47 2015 -0400 +++ b/.ssh/config Wed Jul 08 16:33:33 2015 -0400 @@ -27,7 +27,7 @@ ForwardX11Trusted yes # Allow everything for CSES, astro, and home hosts w/ FQDN -Host cses*.princeton.edu *.astro.princeton.edu *.srhuston.net +Host cses*.princeton.edu *.rc.princeton.edu *.rc *.astro.princeton.edu *.srhuston.net User huston ForwardAgent yes ForwardX11 yes