This is a SSH Remote editor for sublime text
This Sublime Text plugin allow you to browse and edit files on remote servers Windows and Linux servers that support any openssh available
Check dependent Libraries (very important)
for normal import of dependency libraries
on Windows need: python3.dll
you can install from this repositories and copy to installation directory of sublime , this path like "C:\Sublime Text\python3.dll"
on Linux need: libffi
on Debian/Ubuntu,use sudo apt install libffi-dev
on Fedora/RHEL/CentOS,use sudo dnf install libffi-devel
on OpenSUSE,use sudo zypper install libffi-devel
install python3.8 dependent libraries following
you can install from this repositories and copy to Lib\python38 path of sublime
restart sublime text
type Ctrl Shift P open Command Panel and type "SSH-Panel: Edit Settings" configure your connection options
use "SSH-Panel: Connect Server" Command to retrieve server list
CHECKED this and Select
If you encounter any problems during,provide feedback on issues