# HG changeset patch # User huston@80426f53-59d1-405d-934b-f07cd76f4a1a # Date 1329677896 0 # Node ID bb24419b885f99dbe5fb98af0fd4dabc083d9ed8 # Parent 326071a2c1959cfc95547c6c11e924d850a99fd1 * Change for xanadu-vm's ssh config entry diff -r 326071a2c195 -r bb24419b885f .ssh/config --- a/.ssh/config Sun Feb 19 18:56:14 2012 +0000 +++ b/.ssh/config Sun Feb 19 18:58:16 2012 +0000 @@ -11,6 +11,13 @@ ForwardX11 no ForwardX11Trusted no +# xanadu-vm's keys change, let's try to avoid errors +Host xanadu-vm xanadu-vm.astro.princeton.edu + StrictHostKeyChecking no + ForwardAgent yes + ForwardX11 yes + ForwardX11Trusted yes + # Allow everything for astro and home hosts w/ FQDN Host *.astro.princeton.edu *.srhuston.net ForwardAgent yes