Sergix / JTerm

A terminal written in Java for cross-platform compatibility and usage.
https://sergix.github.io/projects/jterm
GNU General Public License v3.0
52 stars 32 forks source link

SSH #41

Closed nanoandrew4 closed 6 years ago

nanoandrew4 commented 7 years ago

SSH would be a nice feature to implement, since consoles are also used to access other systems, and this is commonly done through SSH.

NCSGeek commented 7 years ago

Same as my comment regarding FTP, I agree! :)

Sergix commented 7 years ago

https://maven.apache.org/wagon/wagon-providers/wagon-ssh/

nicaraguanec commented 6 years ago

Hi @Sergix, but Wagon is a just maven plugin provides Deploy files and directories to SSH servers feature So i would propose to use the library behind it: http://www.jcraft.com/jsch/

Sergix commented 6 years ago

@nicaraguanec Ah, gotcha.