Added ssh config
This commit is contained in:
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