dots/.ssh/config
Conner McCall e9087734b7 fix up alias file
switch in a different terminus
adding bastion and shell-a(for about a month)
2020-07-31 16:31:47 -05:00

54 lines
1.4 KiB
Text
Executable file

Host *.f06f2bea-bde9-4aa2-a19c-2ba65010de9e.drush.in
ControlPath ~/.ssh/control-%r
Host *.pozitronic.com
ForwardAgent yes
Host hob-dev
HostName 64.112.239.68
User clockwork
#ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-f
Host hob-stage
HostName 64.112.239.67
User clockwork
# ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-f
Host hob-prod
HostName 64.112.239.66
User clockwork
# ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-f
#Clockwork Hosts
Host bastion-i bastion-0-core-i
Hostname bastion-i.pozitronic.com
ControlPersist 8h
ForwardAgent yes
# Pod Red - Production Rivit
Host lottery-prod
Hostname amm-0-red-i.cwint.net
ForwardAgent yes
ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-i
# Pod Teal - Dev/Rev Rivit
Host lottery-dev
Hostname amm-0-teal-i.cwint.net
ForwardAgent yes
ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-i
Host bastion-a
HostName bastion-a.pozitronic.com
ForwardAgent yes
ControlPersist 8h
Host shell-a
HostName shell-a.cw
ForwardAgent yes
ControlPersist 4h
ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-a
Host *
UseKeychain yes
AddKeysToAgent yes
ControlMaster auto
ControlPath ~/.ssh/master-%C
ControlPersist 5m
ServerAliveCountMax 18
ServerAliveInterval 5
TCPKeepAlive no
Host dev0
Hostname shell-dev-a0.pozitronic.com