Below is a sample nft configuration. I can make SSH connections with a broad match rule. However, SSH tunneling fails when these rules are active. What is the minimal rule change needed?
table ip secureZone {
chain inFilter {
type filter hook input priority 0; policy drop;
tcp dport 22 accept
}
}