add sshd debug interface

This commit is contained in:
AndrewPaglusch
2025-09-20 02:40:45 -05:00
committed by Matt Burchett
parent 41457d5786
commit 170c46a4d4
4 changed files with 80 additions and 0 deletions

View File

@@ -43,3 +43,8 @@ nebula_inbound_rules:
nebula_outbound_rules:
- { port: "any", proto: "any", host: "any" }
nebula_sshd_enabled: false
nebula_sshd_listen: "127.0.0.1:2222"
nebula_sshd_authorized_users: []
nebula_sshd_trusted_cas: []