我的Ubuntu机器上有x2go服务器。当我在我的Windows机器上启动x2goclient以打开Ubuntu图形桌面时,我看到Ubuntu机器上启动了第二个ssh代理进程,尽管已经有一个ssh代理进程正在运行(它包含一个键)。
为什么第二个ssh代理进程开始了,我有什么办法可以阻止它吗?
发布于 2018-07-18 12:51:20
x2goserver“做”一个ssh隧道转发。在脚本/usr/bin/x2gostartagent中
X2GO_PORT='7474'# per default it is port 50, but if you have more than one
# x2goserver running, give every server a different port range
# otherwise every time you open an session, the previous session
# will disappearhttps://unix.stackexchange.com/questions/447325
复制相似问题