remove commit message template

update ssh config
change gitignore
This commit is contained in:
Conner McCall 2021-12-20 10:57:09 -06:00
parent 124c7b48ed
commit 92257422f8
3 changed files with 16 additions and 7 deletions

View file

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

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

@ -1,3 +1,7 @@
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
@ -16,19 +20,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
@ -51,4 +55,6 @@ 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,3 +76,4 @@ GitHub.sublime-settings
yarn-error.log yarn-error.log
local_notes.md local_notes.md
notes.md notes.md
.vscode