Results 8 comments of hstyi

希望整理一个协议文档,不然不方便对接。 (如果您觉得没必要整理协议文档请关闭这个issue 🙏

Hi, @tomaswolf I can enable X11 forwarding via [JSch](https://github.com/mwiede/jsch) like this: [X11Forwarding#L47](https://github.com/mwiede/jsch/blob/e3f8a4a789de3a646c73234e4c08aac120bfa307/examples/X11Forwarding.java#L47) But how can I do something similar with mina-sshd's `SshClient`?

> Hi, @tomaswolf > > I can enable X11 forwarding via [JSch](https://github.com/mwiede/jsch) like this: [X11Forwarding#L47](https://github.com/mwiede/jsch/blob/e3f8a4a789de3a646c73234e4c08aac120bfa307/examples/X11Forwarding.java#L47) > > But how can I do something similar with mina-sshd's `SshClient`? Hi, @tomaswolf In...

> 兄弟,你是我的神,这就是我一直在找的x11实现,我已经集成了,很好用 Hahaha, initially I wanted to integrate X11 into [Termora](https://github.com/TermoraDev/termora), but I couldn't find a corresponding implementation, so I developed one myself. #716 This is just a simple implementation;...

You can use [JBR](https://github.com/JetBrains/JetBrainsRuntime). For specific usage instructions, please refer to: [Termora](https://github.com/TermoraDev/termora/blob/ab6b6a212773bfdc560a0a0572503a01a576baa6/src/main/kotlin/app/termora/TermoraFrame.kt#L106). You can download the [latest version of Termora](https://github.com/TermoraDev/termora/releases/latest) to test its effectiveness.

This behaviour is controlled by the JVM, so the only option is to modify the JDK. JBR runtime provides [JetBrainsRuntimeApi](https://github.com/JetBrains/JetBrainsRuntimeApi) specifically designed to handle such issues.

Hi, @aliesbelik Please merge it.

Hi, @aliesbelik Can you merge it?