view .ssh/config @ 55:c8cb23630661

* Changed "primary keyserver" since subkeys.pgp.net was acting up.
author huston@80426f53-59d1-405d-934b-f07cd76f4a1a
date Sun, 19 Feb 2012 18:55:11 +0000
parents 82999776304f
children bb24419b885f
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

# Allow everything for astro and home hosts w/ FQDN
Host *.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