Isssue
- sshd configuration for port forwarding
Solution
$ sudo vim /etc/ssh/sshd_config
- and set
AllowTcpForwarding
to yes - restart sshd
$ sudo systemctl restart sshd
$ sudo vim /etc/ssh/sshd_config
AllowTcpForwarding
to yes$ sudo systemctl restart sshd