Mercurial > index.cgi > dotfiles
comparison .ssh/config @ 264:bb69763716a7
Buncha changes for floyd thanks to RHEL8
author | Steve Huston <huston@princeton.edu> |
---|---|
date | Thu, 18 Apr 2024 13:37:00 -0400 |
parents | 2b3e169f8182 |
children | df0b24d4fabd |
comparison
equal
deleted
inserted
replaced
263:c15ff56617a9 | 264:bb69763716a7 |
---|---|
1 # Host-specific things at the top, and get less specific as you go; first | 1 # Host-specific things at the top, and get less specific as you go; first |
2 # match wins | 2 # match wins |
3 | 3 |
4 # Turn things off for floyd - it doesn't need them | 4 # Turn things off for floyd - it doesn't need them |
5 Host floyd-mgmt floyd-mgmt.astro.internal | 5 # And with RHEL8 it got worse, this thing needs to be retired... |
6 Host floyd floyd-mgmt floyd-mgmt.astro.internal | |
7 HostName floyd-mgmt | |
6 ForwardAgent no | 8 ForwardAgent no |
7 ForwardX11 no | 9 ForwardX11 no |
8 ForwardX11Trusted no | 10 ForwardX11Trusted no |
11 IdentitiesOnly yes | |
12 IdentityFile ~/.ssh/old/dsa2.pvt | |
13 KexAlgorithms +diffie-hellman-group1-sha1 | |
14 HostKeyAlgorithms +ssh-dss | |
15 PubkeyAcceptedKeyTypes +ssh-dss | |
16 Ciphers +3des-cbc | |
9 | 17 |
10 # If we're not on the Princeton wired network, csesbh2 should proxy through | 18 # If we're not on the Princeton wired network, csesbh2 should proxy through |
11 # xanadu | 19 # xanadu |
12 Match host csesbh2.princeton.edu exec "~/.ssh/onsubnet --not 128.112." | 20 Match host csesbh2.princeton.edu exec "~/.ssh/onsubnet --not 128.112." |
13 ProxyJump xanadu.astro.princeton.edu | 21 ProxyJump xanadu.astro.princeton.edu |