Remove implicit inbound ssh firewall rules and change default port

This commit is contained in:
Viktor Liu
2025-06-18 20:17:49 +02:00
parent 0f79a8942d
commit 520f2cfdb4
3 changed files with 8 additions and 33 deletions

View File

@@ -18,7 +18,7 @@ import (
)
// DefaultSSHPort is the default SSH port of the NetBird's embedded SSH server
const DefaultSSHPort = 44338
const DefaultSSHPort = 22022
// TerminalTimeout is the timeout for terminal session to be ready
const TerminalTimeout = 10 * time.Second