Mercurial > index.cgi > dotfiles
comparison .ssh/config @ 57:bb24419b885f
* Change for xanadu-vm's ssh config entry
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Sun, 19 Feb 2012 18:58:16 +0000 |
parents | 82999776304f |
children | 301977c12bb2 |
comparison
equal
deleted
inserted
replaced
56:326071a2c195 | 57:bb24419b885f |
---|---|
8 Host floyd floyd.astro.princeton.edu | 8 Host floyd floyd.astro.princeton.edu |
9 Protocol 1 | 9 Protocol 1 |
10 ForwardAgent no | 10 ForwardAgent no |
11 ForwardX11 no | 11 ForwardX11 no |
12 ForwardX11Trusted no | 12 ForwardX11Trusted no |
13 | |
14 # xanadu-vm's keys change, let's try to avoid errors | |
15 Host xanadu-vm xanadu-vm.astro.princeton.edu | |
16 StrictHostKeyChecking no | |
17 ForwardAgent yes | |
18 ForwardX11 yes | |
19 ForwardX11Trusted yes | |
13 | 20 |
14 # Allow everything for astro and home hosts w/ FQDN | 21 # Allow everything for astro and home hosts w/ FQDN |
15 Host *.astro.princeton.edu *.srhuston.net | 22 Host *.astro.princeton.edu *.srhuston.net |
16 ForwardAgent yes | 23 ForwardAgent yes |
17 ForwardX11 yes | 24 ForwardX11 yes |