From 92257422f8f399de40f8b593e2852a1a544df944 Mon Sep 17 00:00:00 2001 From: Conner McCall Date: Mon, 20 Dec 2021 10:57:09 -0600 Subject: [PATCH] remove commit message template update ssh config change gitignore --- .git-commit-message | 8 +++++--- .ssh/config | 14 ++++++++++---- config/gitignore | 1 + 3 files changed, 16 insertions(+), 7 deletions(-) mode change 100755 => 100644 .ssh/config diff --git a/.git-commit-message b/.git-commit-message index 8765b68..2ca9ffc 100644 --- a/.git-commit-message +++ b/.git-commit-message @@ -1,5 +1,7 @@ -[optional scope]: -[optional body] -[optional footer(s)] +#[optional scope]: +# +#[optional body] +# +#[optional footer(s)] diff --git a/.ssh/config b/.ssh/config old mode 100755 new mode 100644 index 3460b3b..9acd6b5 --- a/.ssh/config +++ b/.ssh/config @@ -1,3 +1,7 @@ +Host pop-os + HostName pop-os + ProxyJump connermccall.me + Host *.f06f2bea-bde9-4aa2-a19c-2ba65010de9e.drush.in ControlPath ~/.ssh/control-%r Host *.pozitronic.com @@ -16,19 +20,19 @@ Host hob-prod # 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 + HostName bastion-i.pozitronic.com ControlPersist 8h ForwardAgent yes # Pod Red - Production Rivit Host lottery-prod - Hostname amm-0-red-i.cwint.net + 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 + HostName amm-0-teal-i.cwint.net ForwardAgent yes ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-i Host bastion-a @@ -51,4 +55,6 @@ Host * ServerAliveInterval 5 TCPKeepAlive no Host dev0 - Hostname shell-dev-a0.pozitronic.com + HostName shell-dev-a0.pozitronic.com +Host bitbucket.org + IdentityFile ~/.ssh/id_ed25519_2 diff --git a/config/gitignore b/config/gitignore index 46c0566..8df6498 100644 --- a/config/gitignore +++ b/config/gitignore @@ -76,3 +76,4 @@ GitHub.sublime-settings yarn-error.log local_notes.md notes.md +.vscode