Mercurial > index.cgi > dotfiles
view .ssh/config @ 160:fd42244e9413
Adding 'tt' alias, commenting out some services on joshua
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Wed, 13 Dec 2017 11:34:04 -0500 |
parents | d8596a04bdb1 |
children | 83f164405755 |
line wrap: on
line source
# Turn things off for floyd - it doesn't need them Host floyd-mgmt floyd-mgmt.astro.internal 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 User huston StrictHostKeyChecking no ForwardAgent yes ForwardX11 yes ForwardX11Trusted yes # Everything is fine for the Raspberry Pi, just need a different user Host cake cake.srhuston.net User pi ForwardAgent yes ForwardX11 yes ForwardX11Trusted yes # Allow everything for CSES, astro, and home hosts w/ FQDN Host cses*.princeton.edu *.rc.princeton.edu *.rc *.astro.princeton.edu *.srhuston.net User huston 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 * User huston ForwardAgent yes ForwardX11 yes ForwardX11Trusted yes