# HG changeset patch # User huston@80426f53-59d1-405d-934b-f07cd76f4a1a # Date 1286982047 0 # Node ID 82999776304f7c1f874a3d4077e9b0de305b53ae # Parent 183d95ce098c0ffca005e25400172921e52ee2e5 * Added config for Floyd to prevent errors diff -r 183d95ce098c -r 82999776304f .ssh/config --- a/.ssh/config Wed Jun 23 20:11:47 2010 +0000 +++ b/.ssh/config Wed Oct 13 15:00:47 2010 +0000 @@ -4,6 +4,13 @@ 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