Mercurial > index.cgi > dotfiles
comparison .ssh/config @ 186:83f164405755
New 'onsubnet' command, new config for master controls
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Tue, 03 Mar 2020 16:48:59 -0500 |
parents | d8596a04bdb1 |
children | f5969673c794 |
comparison
equal
deleted
inserted
replaced
185:daa1d18ece79 | 186:83f164405755 |
---|---|
1 # Turn things off for floyd - it doesn't need them | 1 # Turn things off for floyd - it doesn't need them |
2 Host floyd-mgmt floyd-mgmt.astro.internal | 2 Host floyd-mgmt floyd-mgmt.astro.internal |
3 ForwardAgent no | 3 ForwardAgent no |
4 ForwardX11 no | 4 ForwardX11 no |
5 ForwardX11Trusted no | 5 ForwardX11Trusted no |
6 | |
7 # Let's try a proxy connection here | |
8 Host xanadu.astro.princeton.edu | |
9 User huston | |
10 ControlMaster auto | |
11 ControlPersist yes | |
12 ControlPath ~/.ssh/sockets/%C | |
13 | |
14 Match host csesbh2.princeton.edu exec "~/.ssh/onsubnet --not 128.112." | |
15 ProxyJump xanadu.astro.princeton.edu | |
16 | |
17 Host csesbh2.princeton.edu | |
18 User huston | |
19 ControlMaster auto | |
20 ControlPersist yes | |
21 ControlPath ~/.ssh/sockets/%C | |
6 | 22 |
7 # xanadu-vm and syrinx's keys change, let's try to avoid errors | 23 # xanadu-vm and syrinx's keys change, let's try to avoid errors |
8 Host xanadu-vm syrinx xanadu-vm.astro.princeton.edu syrinx.astro.princeton.edu | 24 Host xanadu-vm syrinx xanadu-vm.astro.princeton.edu syrinx.astro.princeton.edu |
9 User huston | 25 User huston |
10 StrictHostKeyChecking no | 26 StrictHostKeyChecking no |