我的 Ubuntu 机器上有 x2go 服务器。当我在 Windows 计算机上启动 x2goclient 以启动 Ubuntu 图形桌面时,我看到 Ubuntu 计算机上启动了第二个 ssh-agent 进程,即使已经有一个 ssh-agent 进程正在运行(并且它包含一个密钥) 。
为什么会启动第二个 ssh-agent 进程,有什么方法可以阻止它?
答案1
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 disappear