2022-10-25
ssh
from within a local network:AllowTcpForwarding
rules from the ssh
serverI was trying to get port forwarding to work… but it just wasn’t connecting as I’d expect. I noticed that the AllowTcpForwarding
rule in /etc/ssh/sshd_config
defaulted to no
, which was too restrictive for what I wanted.
You may be blocking the port you’re trying to access.