我正在使用ConEmu,这是Windows的绝佳终端。
我还使用MobaXterm,它具有内置的X服务器,允许我运行Linux应用程序,并在Windows计算机上运行其GUI。
我希望能够用ConEmu实现相同的功能。是否可以在ConEmu上通过SSH转发X并将其与Xming一起使用?
我尝试从ConEmu中的标准Windows cmd.exe终端通过SSH加载Xming并通过SSH登录到我的Linux机器中,但是它不起作用。
也许这个问题与ConEmu无关,但也许ConEmu有我不知道的魔力...
debug1: channel 0: new [client-session]
debug2: channel 0: send open
debug1: Requesting [email protected]
debug1: Entering interactive session.
debug2: callback start
debug1: X11 forwarding requested but DISPLAY not set
debug2: fd 3 setting TCP_NODELAY
debug2: client_session2_setup: id 0
debug2: channel 0: request pty-req confirm 1
debug2: channel 0: request shell confirm 1
debug2: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768
debug2: channel_input_status_confirm: type 99 id 0
debug2: PTY allocation request accepted on channel 0
debug2: channel 0: rcvd adjust 2097152
debug2: channel_input_status_confirm: type 99 id 0
debug2: shell request accepted on channel 0
最佳答案
[编辑]:这是行不通的,因为与此同时,MobaXTermn正在运行,而我正在使用其X11转发。
抱歉
关于ssh - 在Xming上使用conmumu终端,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/35211892/