Mercurial > index.cgi > dotfiles
diff .ssh/config @ 299:283c6f6c64c5
And start treating parapet like the bastion it is
| author | Steve Huston <huston@princeton.edu> |
|---|---|
| date | Mon, 14 Apr 2025 15:41:32 -0400 |
| parents | a4bf322037a6 |
| children | 95129e7fb0ac |
line wrap: on
line diff
--- a/.ssh/config Mon Apr 14 15:37:00 2025 -0400 +++ b/.ssh/config Mon Apr 14 15:41:32 2025 -0400 @@ -20,6 +20,10 @@ Match host csesbh2.princeton.edu exec "~/.ssh/onsubnet --not 128.112." ProxyJump xanadu.astro.princeton.edu +# Likewise, td-parapet connections should proxy through xanadu +Match host td-parapet.princeton.edu exec "~/.ssh/onsubnet --not 128.112." + ProxyJump xanadu.astro.princeton.edu + # If we're not on Princeton wired network, and not at home, then connections # to joshua should tunnel through xanadu Match host joshua.srhuston.net exec "~/.ssh/onsubnet --not 128.112. && ~/.ssh/athome --not"
