I have made a connection with the webserver that serves my websites using SSH port 2078, I can connect and browse and even edit with gedit but it's slow, it takes about 30 seconds to load the files and folders and the same when I want open a file or a folder.
I have been searching for solutions but there are not many that could apply to me, I have done this:
cd /etc/ssh
sudo nano ssh_config
and set GGSAPIAuthentication to no but no change, I can still connect but slow.
There's another option to set UseDNS to no either in sshd_config but that file doesn't even exist.
I have no idea what to do.
Strangely: in Windows (it's called Webdisk) it's much faster, like 10 times, 30 seconds in Linux is three in Windows and that's what's puzzling me the most: the webserver runs on Ubuntu and you might expect that Zorin and the webserver would communicate flawlessly. Also because Windows can connect with good speed I suspect this has nothing to do with settings on the webserver otherwise Windows can not be that fast either (I think).
I am fully willing to ask the Webhost, but I don't think that's where the problem lies.
Anybody has any ideas how to do this?
One more thing: I can only edit online using gedit, no other apllication seems to be allowed, I use two IDE's to build the sites now: Geany and Netbeans, both can not edit online, this puzzles me too. Is there a way to give permissions to these applications just like gedit seems to have?
Btw: the firewall is not running (yet)
UPDATE: (about 3 hours after posting), I now can open the files with an IDE if I go from the IDE itself to the webserver using "open file" and choosing the SSH-link to the server. But this is even slower than gedit.