摘要:主要介绍Ubuntu 系统下 X2go 在安装、使用和系统升级后出现的相关问题。
目录
一、安装(暂略)
二、常见问题
1. 出错信息:The remote proxy closed the connection while negotiating the session. This may be due to the wrong authentication credentials passed to the server.
解决办法(即服务器和客户端重新安装 x2go):
- 服务器操作:
$ sudo apt-get remove --purge -y x2goserver x2goagent x2goclient
$ rm -rf ~/.x2go* ~/.nx
$ sudo apt-get install x2goserver
- 客户端操作:
$ sudo apt-get remove --purge -y x2go*
$ rm -rf ~/.x2go* ~/.nx
$ sudo apt-get install x2goclient
来源: Blue-IT
本文详述了在Ubuntu系统中使用x2go时遇到的问题,包括远程代理连接关闭错误,以及该错误在重新安装x2go后仍出现的状况,提供了相应的解决策略。
2070

被折叠的 条评论
为什么被折叠?



