Update sshconfig to use new vpn setup

This commit is contained in:
2025-03-07 14:50:35 -05:00
parent ef7fd3a78a
commit 63181f9e6a
3 changed files with 21 additions and 3 deletions

View File

@@ -2,15 +2,21 @@ Host dgx01
HostName dgx01
User epotokar
Host ssh.eastonpots.com
ProxyCommand /usr/local/bin/cloudflared access ssh --hostname %h
Host potlab_cf
ProxyCommand /usr/local/bin/cloudflared access ssh --hostname ssh.eastonpots.com
Host work
Host work_cf
ProxyCommand /usr/local/bin/cloudflared access ssh --hostname work.eastonpots.com
Host potlab
HostName 192.168.0.6
User contagon
Host work
HostName 10.8.0.2
User contagon
ProxyJump potlab
Host nrec
HostName atr-share.rec.ri.cmu.edu
User epotokar
@@ -23,6 +29,10 @@ Host bb
HostName bitbucket.org
IdentityFile ~/.ssh/bb
Host bb_aqua
HostName bitbucket.org
IdentityFile ~/.ssh/bb_aqua
Host nrec
HostName atr-share.rec.ri.cmu.edu
User epotokar