Mercurial > index.cgi > dotfiles
comparison .ssh/config @ 59:301977c12bb2
* Adding rule for CSES hosts
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Sat, 25 Feb 2012 22:43:11 +0000 |
parents | bb24419b885f |
children | 103f26c9f9f7 |
comparison
equal
deleted
inserted
replaced
58:5ae5253cbcc1 | 59:301977c12bb2 |
---|---|
16 StrictHostKeyChecking no | 16 StrictHostKeyChecking no |
17 ForwardAgent yes | 17 ForwardAgent yes |
18 ForwardX11 yes | 18 ForwardX11 yes |
19 ForwardX11Trusted yes | 19 ForwardX11Trusted yes |
20 | 20 |
21 # Allow everything for astro and home hosts w/ FQDN | 21 # Allow everything for CSES, astro, and home hosts w/ FQDN |
22 Host *.astro.princeton.edu *.srhuston.net | 22 Host cses*.princeton.edu *.astro.princeton.edu *.srhuston.net |
23 ForwardAgent yes | 23 ForwardAgent yes |
24 ForwardX11 yes | 24 ForwardX11 yes |
25 ForwardX11Trusted yes | 25 ForwardX11Trusted yes |
26 | 26 |
27 # Deny everything for other hosts w/ a dot | 27 # Deny everything for other hosts w/ a dot |