尝试将文件部署到 Planet-lab 并在代码部署阶段失败(权限被拒绝?)
我们一直在尝试使用 Planet-lab。 我们的切片上有节点,并且按照 http://www 上的说明进行操作.cs.princeton.edu/~jbagdis/planetlab/hello_world.pdf
当我们到达“./codeploy ...”时,我们得到以下信息:
<<generating a script...>>
<<copying the script...>>
<<executing the script...>>
command is /usr/local/bin/ssh -n -T my_user@my_university.ac@machine './temp1 &'
Permission denied (publickey,keyboard-interactive).
planetlab02.ethz.ch: 0 bytes
对于我们要求的每个切片。 我们已经制作了公钥并上传了。
无法找出问题所在... 将不胜感激任何帮助。
谢谢。
We've been trying to use planet-lab.
We have nodes on our slice, and we follow the instructions on http://www.cs.princeton.edu/~jbagdis/planetlab/hello_world.pdf
When we get to "./codeploy ...", we get the following:
<<generating a script...>>
<<copying the script...>>
<<executing the script...>>
command is /usr/local/bin/ssh -n -T my_user@my_university.ac@machine './temp1 &'
Permission denied (publickey,keyboard-interactive).
planetlab02.ethz.ch: 0 bytes
For every slice we ask.
We have made a public key and uploaded it.
Can't figure out the problem...
Will appreciate any help.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你解决了这个问题,但这是我的想法;上传公钥后,您需要等待大约1个小时才能开始在PlanetLab上工作。此外,某些节点可能会关闭一段时间。
顺便说一句,我建议您使用 PlMan 来部署和启动您的应用程序。
http://www.cs.washington.edu/research/networking/cplane/
I think you solved it, but here is my idea; after uploading public key, you have to wait about 1 hours to get start to work on PlanetLab. Also some nodes may be down for some time.
By the way I suggest you to use PlMan to deploy and start your application.
http://www.cs.washington.edu/research/networking/cplane/