Use accept action for homelab-to-homelab SSH rule
Tagged devices cannot perform interactive browser-based "check" auth, so use "accept" for tag:homelab → tag:homelab SSH. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c87dd1c6d7
commit
e4b930d4f4
1 changed files with 2 additions and 2 deletions
|
|
@ -125,12 +125,12 @@
|
|||
"checkPeriod": "12h0m0s",
|
||||
},
|
||||
// Homelab can SSH to homelab (for ansible, cross-host management)
|
||||
// Tagged devices can't do interactive "check" auth, so use "accept".
|
||||
{
|
||||
"action": "check",
|
||||
"action": "accept",
|
||||
"src": ["tag:homelab"],
|
||||
"dst": ["tag:homelab"],
|
||||
"users": ["autogroup:nonroot"],
|
||||
"checkPeriod": "12h0m0s",
|
||||
},
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue