[ssh] Resolve conflicts
This commit is contained in:
@ -94,22 +94,14 @@ Host bastion.service
|
||||
Port 33
|
||||
|
||||
## Jail hosts all need a jump
|
||||
Match exec "onsubnet 192.168.40." host *.service
|
||||
#Match exec "onsubnet 192.168.40." host *.service
|
||||
Host *.service
|
||||
User root
|
||||
IdentityFile ~/.ssh/jails
|
||||
Hostname %h
|
||||
|
||||
Match exec "onsubnet --not 192.168.40." host *.service
|
||||
User root
|
||||
IdentityFile ~/.ssh/jails
|
||||
Hostname %h
|
||||
ProxyJump bastion.unbl.ink
|
||||
|
||||
|
||||
Host mmpay-bastion.mmstage.dev
|
||||
ForwardAgent yes
|
||||
Hostname mmpay-bastion.mmstage.dev
|
||||
ProxyCommand /opt/homebrew/bin/cloudflared access ssh --hostname %h
|
||||
|
||||
Host devstage-mmpay-0*
|
||||
ProxyJump mmpay-bastion.mmstage.dev
|
||||
#Match exec "onsubnet --not 192.168.40." host *.service
|
||||
# User root
|
||||
# IdentityFile ~/.ssh/jails
|
||||
# Hostname %h
|
||||
# ProxyJump bastion.unbl.ink
|
||||
|
||||
Reference in New Issue
Block a user