Update sshconfig to use new vpn setup
This commit is contained in:
@@ -43,6 +43,9 @@ bind-key -n C-S-Right swap-window -t +1\; select-window -t +1
|
|||||||
# rename pane starts empty
|
# rename pane starts empty
|
||||||
bind-key , command-prompt "rename-window '%%'"
|
bind-key , command-prompt "rename-window '%%'"
|
||||||
|
|
||||||
|
# restart panes
|
||||||
|
bind-key k respawn-pane -k
|
||||||
|
|
||||||
# ----------------------- Plugins ----------------------- #
|
# ----------------------- Plugins ----------------------- #
|
||||||
|
|
||||||
# List of plugins
|
# List of plugins
|
||||||
|
|||||||
5
.gitignore
vendored
5
.gitignore
vendored
@@ -60,6 +60,11 @@
|
|||||||
/.config/nautilus
|
/.config/nautilus
|
||||||
/.config/odmpy
|
/.config/odmpy
|
||||||
/.config/rerun
|
/.config/rerun
|
||||||
|
/.config/AliceVision
|
||||||
|
/.config/code-server
|
||||||
|
/.config/marimo
|
||||||
|
/.config/sqlitebrowser
|
||||||
|
/.config/systemd
|
||||||
.bash*
|
.bash*
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
16
.ssh/config
16
.ssh/config
@@ -2,15 +2,21 @@ Host dgx01
|
|||||||
HostName dgx01
|
HostName dgx01
|
||||||
User epotokar
|
User epotokar
|
||||||
|
|
||||||
Host ssh.eastonpots.com
|
Host potlab_cf
|
||||||
ProxyCommand /usr/local/bin/cloudflared access ssh --hostname %h
|
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
|
ProxyCommand /usr/local/bin/cloudflared access ssh --hostname work.eastonpots.com
|
||||||
|
|
||||||
Host potlab
|
Host potlab
|
||||||
HostName 192.168.0.6
|
HostName 192.168.0.6
|
||||||
User contagon
|
User contagon
|
||||||
|
|
||||||
|
Host work
|
||||||
|
HostName 10.8.0.2
|
||||||
|
User contagon
|
||||||
|
ProxyJump potlab
|
||||||
|
|
||||||
Host nrec
|
Host nrec
|
||||||
HostName atr-share.rec.ri.cmu.edu
|
HostName atr-share.rec.ri.cmu.edu
|
||||||
User epotokar
|
User epotokar
|
||||||
@@ -23,6 +29,10 @@ Host bb
|
|||||||
HostName bitbucket.org
|
HostName bitbucket.org
|
||||||
IdentityFile ~/.ssh/bb
|
IdentityFile ~/.ssh/bb
|
||||||
|
|
||||||
|
Host bb_aqua
|
||||||
|
HostName bitbucket.org
|
||||||
|
IdentityFile ~/.ssh/bb_aqua
|
||||||
|
|
||||||
Host nrec
|
Host nrec
|
||||||
HostName atr-share.rec.ri.cmu.edu
|
HostName atr-share.rec.ri.cmu.edu
|
||||||
User epotokar
|
User epotokar
|
||||||
|
|||||||
Reference in New Issue
Block a user