Added ssh config

This commit is contained in:
2024-12-09 16:15:29 -05:00
parent 1a739286cd
commit f2a7e1b50a
2 changed files with 39 additions and 0 deletions

13
.gitignore vendored
View File

@@ -21,6 +21,19 @@
/.config/wslu
/.config/Qt*
/.config/tmux/plugins
/.config/Code
/.config/Element
/.config/Marvin
/.config/MQTT-Explorer
/.config/Slack
/.config/discord
/.config/obsidian
/.config/qBittorrent
/.config/rustdesk
/.config/lds-scriptures-reference
/.config/arduino-ide
/.config/PrusaSlicer
/.config/syncthing
.bash*

26
.ssh/config Normal file
View File

@@ -0,0 +1,26 @@
Host ssh.eastonpots.com
ProxyCommand /usr/local/bin/cloudflared access ssh --hostname %h
Host work
ProxyCommand /usr/local/bin/cloudflared access ssh --hostname work.eastonpots.com
Host potlab
HostName 192.168.0.6
User contagon
Host nrec
HostName atr-share.rec.ri.cmu.edu
User epotokar
Host potprints
HostName 192.168.0.16
User contagon
Host bb
HostName bitbucket.org
IdentityFile ~/.ssh/bb
Host nrec
HostName atr-share.rec.ri.cmu.edu
User epotokar
# Host *
# ForwardX11 yes