# HG changeset patch # User Steve Huston # Date 1713461820 14400 # Node ID bb69763716a79566e583ae9cd31630cb56678324 # Parent c15ff56617a98998e2996d1254f768a151f44f7d Buncha changes for floyd thanks to RHEL8 diff -r c15ff56617a9 -r bb69763716a7 .ssh/config --- a/.ssh/config Mon Apr 08 15:11:00 2024 -0400 +++ b/.ssh/config Thu Apr 18 13:37:00 2024 -0400 @@ -2,10 +2,18 @@ # match wins # Turn things off for floyd - it doesn't need them -Host floyd-mgmt floyd-mgmt.astro.internal +# And with RHEL8 it got worse, this thing needs to be retired... +Host floyd floyd-mgmt floyd-mgmt.astro.internal + HostName floyd-mgmt ForwardAgent no ForwardX11 no ForwardX11Trusted no + IdentitiesOnly yes + IdentityFile ~/.ssh/old/dsa2.pvt + KexAlgorithms +diffie-hellman-group1-sha1 + HostKeyAlgorithms +ssh-dss + PubkeyAcceptedKeyTypes +ssh-dss + Ciphers +3des-cbc # If we're not on the Princeton wired network, csesbh2 should proxy through # xanadu