Welcome to SSH-Panel

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

How to use?

step 1

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

step 2

install python3.8 dependent libraries following

you can install from this repositories and copy to Lib\python38 path of sublime

step 3

restart sublime text

step 4

type Ctrl Shift P open Command Panel and type "SSH-Panel: Edit Settings" configure your connection options

step 5

use "SSH-Panel: Connect Server" Command to retrieve server list

CHECKED this and Select

Good Luck!

If you encounter any problems during,provide feedback on issues