[ssh] Update ssh config
This commit is contained in:
@ -81,10 +81,8 @@ Host penobscotbaypress.com atlas.local
|
|||||||
Host bastion.unbl.ink
|
Host bastion.unbl.ink
|
||||||
Port 44
|
Port 44
|
||||||
User powellc
|
User powellc
|
||||||
IdentityFile ~/.ssh/2022_h2_powellc
|
|
||||||
|
|
||||||
Host *.local *.service
|
Host *.local *.service
|
||||||
IdentityFile ~/.ssh/2022_h2_powellc
|
|
||||||
ServerAliveInterval 300
|
ServerAliveInterval 300
|
||||||
ServerAliveCountMax 2
|
ServerAliveCountMax 2
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
@ -95,11 +93,10 @@ Host bastion.service
|
|||||||
|
|
||||||
## Jail hosts all need a jump
|
## 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
|
||||||
User root
|
# IdentityFile ~/.ssh/jails
|
||||||
IdentityFile ~/.ssh/jails
|
# Hostname %h
|
||||||
Hostname %h
|
#
|
||||||
|
|
||||||
#Match exec "onsubnet --not 192.168.40." host *.service
|
#Match exec "onsubnet --not 192.168.40." host *.service
|
||||||
# User root
|
# User root
|
||||||
# IdentityFile ~/.ssh/jails
|
# IdentityFile ~/.ssh/jails
|
||||||
|
|||||||
Reference in New Issue
Block a user