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