Mercurial > index.cgi > dotfiles
comparison .ssh/config @ 105:3f1ead4ba8b4
Changes for the Pi:
* Code block to start emulationstation if the circumstances warrant, as well
* as checking for the presence of a PS3 controller and warning that it isn't
* connected. Also adding usernames to the ssh config to make aliases and
* whatnot work more easily.
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Sat, 08 Mar 2014 10:00:34 -0500 |
parents | 103f26c9f9f7 |
children | e3e599ad02f0 |
comparison
equal
deleted
inserted
replaced
103:23384e94013c | 105:3f1ead4ba8b4 |
---|---|
11 ForwardX11 no | 11 ForwardX11 no |
12 ForwardX11Trusted no | 12 ForwardX11Trusted no |
13 | 13 |
14 # xanadu-vm and syrinx's keys change, let's try to avoid errors | 14 # xanadu-vm and syrinx's keys change, let's try to avoid errors |
15 Host xanadu-vm syrinx xanadu-vm.astro.princeton.edu syrinx.astro.princeton.edu | 15 Host xanadu-vm syrinx xanadu-vm.astro.princeton.edu syrinx.astro.princeton.edu |
16 User huston | |
16 StrictHostKeyChecking no | 17 StrictHostKeyChecking no |
18 ForwardAgent yes | |
19 ForwardX11 yes | |
20 ForwardX11Trusted yes | |
21 | |
22 # Everything is fine for the Raspberry Pi, just need a different user | |
23 Host cake cake.srhuston.net | |
24 User pi | |
17 ForwardAgent yes | 25 ForwardAgent yes |
18 ForwardX11 yes | 26 ForwardX11 yes |
19 ForwardX11Trusted yes | 27 ForwardX11Trusted yes |
20 | 28 |
21 # Allow everything for CSES, astro, and home hosts w/ FQDN | 29 # Allow everything for CSES, astro, and home hosts w/ FQDN |
22 Host cses*.princeton.edu *.astro.princeton.edu *.srhuston.net | 30 Host cses*.princeton.edu *.astro.princeton.edu *.srhuston.net |
31 User huston | |
23 ForwardAgent yes | 32 ForwardAgent yes |
24 ForwardX11 yes | 33 ForwardX11 yes |
25 ForwardX11Trusted yes | 34 ForwardX11Trusted yes |
26 | 35 |
27 # Deny everything for other hosts w/ a dot | 36 # Deny everything for other hosts w/ a dot |
31 ForwardX11Trusted no | 40 ForwardX11Trusted no |
32 | 41 |
33 # Now allow for anything else - if we're typing a single hostname, it's likely | 42 # Now allow for anything else - if we're typing a single hostname, it's likely |
34 # trusted. | 43 # trusted. |
35 Host * | 44 Host * |
45 User huston | |
36 ForwardAgent yes | 46 ForwardAgent yes |
37 ForwardX11 yes | 47 ForwardX11 yes |
38 ForwardX11Trusted yes | 48 ForwardX11Trusted yes |