Added ssh config
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -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
26
.ssh/config
Normal 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
|
||||
Reference in New Issue
Block a user