dots/.ssh/config
Conner McCall 92257422f8 remove commit message template
update ssh config
change gitignore
2021-12-20 10:57:40 -06:00

60 lines
1.5 KiB
Text

Host pop-os
HostName pop-os
ProxyJump connermccall.me
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
Host bitbucket.org
IdentityFile ~/.ssh/id_ed25519_2