Mercurial > index.cgi > dotfiles
changeset 158:d8596a04bdb1
Updating floyd config
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Wed, 13 Dec 2017 11:28:35 -0500 |
parents | bb9779e6ba39 |
children | 62893c43bfa2 |
files | .ssh/config |
diffstat | 1 files changed, 2 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- 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