SSH Java-library for Android? [closed]

余生颓废 提交于 2019-12-17 21:52:57

问题


I'm trying to create an app for Android that simply sends a command to an SSH server. No response needed, I just need to be able to send a command. I was wondering if there's any java library out there that I could use?

No advanced stuff needed, just a pure connection to send the command.


回答1:


You are searching for JSch.

Other libs are jaramiko, paramiko, trilead-ssh2 . A place where you can browse the source for trilead is the connectbot project. Please notice that connectbot also uses this unmaintained lib.

It also exists a commercial SSH Java lib: J2SSH Maverick

Note: Answer refactored due to comment.



来源:https://stackoverflow.com/questions/1268942/ssh-java-library-for-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!