I have a remote Ubuntu 16.04 server and try to ssh into it over VPN connection. From Windows Putty it works fine but from Ubuntu 16.04 Workstation terminal not! Debug show me this:
ssh -vvv -p 33333 karl@177.177.177.177
OpenSSH_7.6p1 Ubuntu-4ubuntu0.3, OpenSSL 1.0.2n 7 Dec 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: resolving "177.177.177.177" port 33333
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to 177.177.177.177 [177.177.177.177] port 33333.
debug1: connect to address 192.168.1.100 port 33333: Connection refused
ssh: connect to host 192.168.1.100 port 33333: Connection refused
some Ideas what I can do?