Compare commits

..

No commits in common. "main" and "fix/MSL-10482" have entirely different histories.

3 changed files with 7 additions and 16 deletions

View file

@ -1,7 +1,5 @@
<type>[optional scope]: <description>
[optional body]
#<type>[optional scope]: <description> [optional footer(s)]
#
#[optional body]
#
#[optional footer(s)]

14
.ssh/config Normal file → Executable file
View file

@ -1,7 +1,3 @@
Host pop-os
HostName pop-os
ProxyJump connermccall.me
Host *.f06f2bea-bde9-4aa2-a19c-2ba65010de9e.drush.in Host *.f06f2bea-bde9-4aa2-a19c-2ba65010de9e.drush.in
ControlPath ~/.ssh/control-%r ControlPath ~/.ssh/control-%r
Host *.pozitronic.com Host *.pozitronic.com
@ -20,19 +16,19 @@ Host hob-prod
# ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-f # ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-f
#Clockwork Hosts #Clockwork Hosts
Host bastion-i bastion-0-core-i Host bastion-i bastion-0-core-i
HostName bastion-i.pozitronic.com Hostname bastion-i.pozitronic.com
ControlPersist 8h ControlPersist 8h
ForwardAgent yes ForwardAgent yes
# Pod Red - Production Rivit # Pod Red - Production Rivit
Host lottery-prod Host lottery-prod
HostName amm-0-red-i.cwint.net Hostname amm-0-red-i.cwint.net
ForwardAgent yes ForwardAgent yes
ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-i ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-i
# Pod Teal - Dev/Rev Rivit # Pod Teal - Dev/Rev Rivit
Host lottery-dev Host lottery-dev
HostName amm-0-teal-i.cwint.net Hostname amm-0-teal-i.cwint.net
ForwardAgent yes ForwardAgent yes
ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-i ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-i
Host bastion-a Host bastion-a
@ -55,6 +51,4 @@ Host *
ServerAliveInterval 5 ServerAliveInterval 5
TCPKeepAlive no TCPKeepAlive no
Host dev0 Host dev0
HostName shell-dev-a0.pozitronic.com Hostname shell-dev-a0.pozitronic.com
Host bitbucket.org
IdentityFile ~/.ssh/id_ed25519_2

View file

@ -76,4 +76,3 @@ GitHub.sublime-settings
yarn-error.log yarn-error.log
local_notes.md local_notes.md
notes.md notes.md
.vscode