Mercurial > index.cgi > dotfiles
view .ssh/config @ 100:d635f7e31032
'tock' function added:
* Creates a sound effect near the end of a standard JT65 receive window for
easier monitoring of transmissions without having to watch the app the whole
time.
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Wed, 18 Dec 2013 16:58:20 -0500 |
parents | 103f26c9f9f7 |
children | 3f1ead4ba8b4 |
line wrap: on
line source
# Turn things off for stovetop - it chokes on them Host stovetop stovetop.astro.princeton.edu ForwardAgent no ForwardX11 no ForwardX11Trusted no # Floyd only supports protocol 1 Host floyd floyd.astro.princeton.edu Protocol 1 ForwardAgent no ForwardX11 no ForwardX11Trusted no # xanadu-vm and syrinx's keys change, let's try to avoid errors Host xanadu-vm syrinx xanadu-vm.astro.princeton.edu syrinx.astro.princeton.edu StrictHostKeyChecking no ForwardAgent yes ForwardX11 yes ForwardX11Trusted yes # Allow everything for CSES, astro, and home hosts w/ FQDN Host cses*.princeton.edu *.astro.princeton.edu *.srhuston.net ForwardAgent yes ForwardX11 yes ForwardX11Trusted yes # Deny everything for other hosts w/ a dot Host *.* ForwardAgent no ForwardX11 no ForwardX11Trusted no # Now allow for anything else - if we're typing a single hostname, it's likely # trusted. Host * ForwardAgent yes ForwardX11 yes ForwardX11Trusted yes