Qt based cross platform SSH tab terminal
- support VT100 like terminal
- support multiple tab for each session
- support SFTP for ssh session (developing)
- tree session management
The ssh tab termnial aims at working in Windows, Linux and Mac. This project is not standalone, it is based on other two opensource projects
- qtermwidget - vt100 emulator
Notice: please use qtermwidget to compile in 3rdparty directory since original one doesn't support Windows platform. - libssh - the ssh library to support ssh protocol.
The project is aimed to provide qt based GUI to offer easy way to access SSH server like putty or securecrt.
current version only works on Linux, Windows (I haven't tested it on Mac)
Installation and compile:
In Linux :
- Install qt5, openssh
- compile and install qtermwidget and libssh in linux
- qmake qsshterm.pro
- make
In Windows:
- Install qt5 with mingw32
- Install openssl
- Install CMake
- Compile qtermwidget and libssh
- in qssshterm directory, mingw32-make