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.
我需要将特殊密钥发送到远程终端,如何使用 JSCH 做到这一点?
谢谢,
沃尔特
尝试发送两个字节:0x03、0x04。
查看ASCII 表了解更多信息。
如果需要,我切换到 sshj 并使用信号枚举发送信号。
您可以发送这样的信号:
channel.sendSignal("2"); // sends (CTRL+C) signal