Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 libssh 进行用户 X11 转发。因为我还没有找到这样做的好例子,任何人都可以给我一些例子,如何将 X11 与 libssh 一起使用?
谢谢!
您是否阅读了带有代码示例的教程?
http://api.libssh.org/master/libssh_tutor_forwarding.html
我也试图让 X11 与 libssh 一起工作,但没有成功。我只能通过不需要 GUI 的常规 cmds。
如果您可以选择 java,我会推荐 Java Secure Channel 库。文档不是很好,但是有一个包含 X11 代码的示例文件夹对我很有帮助。它与 xming 配合得很好。
http://www.jcraft.com/jsch/