Suddenly, I can't use Navicat to establish SSH tunnel but I can still use other SSH client to connect. Why?
From Navicat Wiki
Apply OS : Windows, Mac, Linux
Apply DB : MySQL, PGSQL, Oracle
Version : All
In your Linux server, you can find the following file - sshd_config .
Path : /etc/ssh/sshd_config
If the parameter "AllowTcpForwarding" is set to the value "no", it will disable the SSH port forwarding. By default, after we installed SSH server, it should be set to "yes".
For this case, we would suggest you to consult with your ISP's network administrator.
