克隆工作 ubuntu EC2 实例后 FreeNX(nomachine) 无法连接
我之前在 Ubuntu 10.04 上设置了一个 EC2 实例,并设置了必要的二进制文件以允许 ssh 以及更重要的是 FreeNX(无机器)在我的 MacOS-10.6 机器上工作。
由于这是在微型实例上完成的,我今天很想在小型实例上尝试它,因此我从 aws 管理控制台(浏览器)创建了一个 AMI 映像,并使用具有完全相同的密钥对和安全设置的映像启动了一个新的小型实例。
我希望实例能够以完全相同的方式工作(除了速度更快),我尝试再次使用 SSH 和 FreeNX 连接到它。
结果:
SSH 工作正常,我的环境看起来完全一样。
NX 无法连接。
它抱怨用户名/密码不正确。
我想知道为什么会发生这种情况,因为我对 EC2 实例进行了精确克隆,并且我可以使用 NX 与前一个实例进行良好连接?
I have previously setup a EC2 instance on Ubuntu 10.04 and setup the necessary binaries to allow ssh and more importantly FreeNX(no machine) to work on my MacOS-10.6 machine.
As this was done on a micro instance, i was keen to try it on small instance today so i created a AMI image from the aws management console(browser) and launch a new small instance using the image with the exact same keypair and security setting.
Expecting the instance to work exactly the same(except much faster) i tried to connect to it using SSH and FreeNX again.
Result:
SSH is working fine and my env look exactly the same.
NX is unable to connect.
it complain username/password is incorrect.
I wonder why this is happen since i did an exact clone of the EC2 instance and i can connect fine using NX with the previous instance?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也遇到了同样的问题,经过大量搜索后解决了。看来 freenx 丢失了用户名和密码。我通过执行以下操作修复了该问题:
使用 putty 作为 ubuntu 用户登录,
然后
我就可以使用 nomachine 使用我刚刚设置的用户名和密码登录。
I had the same issue, and after a lot of searching fixed it. It seems freenx lost the usernames and passwords. I fixed it by doing the following:
log in with putty as ubuntu user then
then
after that I was able to log in using nomachine with the username and password I just set.