So for years I have had Sublime (ver. 3, licensed) SFTP into my server, where all my perl files are. I really have touched nothing, other than regular Ubuntu updates on my server.
Suddenly trying to connect to the host gives me the error:
SFTP
No route to host
- From the client machine I can still FTP into the server
- I can also SSH into my client
- I successfully run the command sftp myname@myaddress from the client machine
Only my Sublime connection no longer works. And from the same client
Can anyone point me in the right direction? Maybe tell me what log files to look at?
Thank you.
Just in case, here’s my config file for my SFTP connection, also unchanged for years.
"type": "sftp",
"sync_down_on_open": true,
"sync_same_age": true,
"host": "192.168.1.151",
"user": xxx,
"password": xxx,
"remote_path": "/var/www/cgi-bin",
"file_permissions": "755",
"dir_permissions": "755",
"connect_timeout": 30,