From 63181f9e6a50218e9d17a11b0121ccf5f680f40d Mon Sep 17 00:00:00 2001 From: Easton Potokar Date: Fri, 7 Mar 2025 14:50:35 -0500 Subject: [PATCH] Update sshconfig to use new vpn setup --- .config/tmux/tmux.conf | 3 +++ .gitignore | 5 +++++ .ssh/config | 16 +++++++++++++--- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index b84e78f..936a509 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -43,6 +43,9 @@ bind-key -n C-S-Right swap-window -t +1\; select-window -t +1 # rename pane starts empty bind-key , command-prompt "rename-window '%%'" +# restart panes +bind-key k respawn-pane -k + # ----------------------- Plugins ----------------------- # # List of plugins diff --git a/.gitignore b/.gitignore index 4dbba42..34a842f 100644 --- a/.gitignore +++ b/.gitignore @@ -60,6 +60,11 @@ /.config/nautilus /.config/odmpy /.config/rerun +/.config/AliceVision +/.config/code-server +/.config/marimo +/.config/sqlitebrowser +/.config/systemd .bash* diff --git a/.ssh/config b/.ssh/config index a59909e..a534c2d 100644 --- a/.ssh/config +++ b/.ssh/config @@ -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