# HG changeset patch # User Steve Huston # Date 1513182515 18000 # Node ID d8596a04bdb11c040f1f967dad2a5ea745b09004 # Parent bb9779e6ba39c86e627dd382d290c0fa0225b82e Updating floyd config diff -r bb9779e6ba39 -r d8596a04bdb1 .ssh/config --- a/.ssh/config Wed Dec 13 11:22:40 2017 -0500 +++ b/.ssh/config Wed Dec 13 11:28:35 2017 -0500 @@ -1,12 +1,5 @@ -# 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 +# Turn things off for floyd - it doesn't need them +Host floyd-mgmt floyd-mgmt.astro.internal ForwardAgent no ForwardX11 no ForwardX11Trusted no