changeset 46:82999776304f

* Added config for Floyd to prevent errors
author huston@80426f53-59d1-405d-934b-f07cd76f4a1a
date Wed, 13 Oct 2010 15:00:47 +0000
parents 183d95ce098c
children c67ffb7a1ff1
files .ssh/config
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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