Compare commits
1 commit
fix/MSL-10
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 92257422f8 |
3 changed files with 16 additions and 7 deletions
|
|
@ -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
14
.ssh/config
Executable file → Normal 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
|
||||||
|
|
|
||||||
|
|
@ -76,3 +76,4 @@ GitHub.sublime-settings
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
local_notes.md
|
local_notes.md
|
||||||
notes.md
|
notes.md
|
||||||
|
.vscode
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue