[Planetlab-users] permission denied??
Jeffrey Bagdis
jbagdis at CS.Princeton.EDU
Mon Oct 22 14:24:59 EDT 2007
It is generally bad security practice to use a blank passphrase for your
keys. Instead, you can use ssh-agent to cache the passphrase for your key,
so that codeploy doesn't ask you for it every time it establishes a
connection.
To run ssh-agent, run this command (assuming your shell is bash)
$ eval `/usr/bin/ssh-agent -s`
Then you will need to add your key to the running agent. To do this, run:
$ ssh-add /path/to/your/private/key
and enter the passphrase when prompted.
Then run codeploy as before.
Jeff
On 10/22/07, Wang Szu-Yu <shwzu at hpds.ee.ncku.edu.tw> wrote:
>
> Hi ,
> I'm the beginner of planet-lab. I have no experience of it, so have some
> questions.
>
> I followed the guide and tried to implement the "hello world" program.
> When i used codeploy to deploy the file,
> It showed:
> "Enter passphrase for key '/root/.ssh/id_rsa':"
> Again and again, and i couldn't type anything right there.
>
> Later, it showed:
> "planetlab1.nrl.dcs.qmul.ac.uk: timed out ssh.
> permission denied (publickey,keyboard-interactive)."
>
> I added these nodes two days ago.
>
> I wonder how to solve these problem?
> Thank you very much.
>
> ps:My operation system is fedora 6.
>
> _______________________________________________
> Users mailing list: Users at lists.planet-lab.org
> https://lists.planet-lab.org/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.planet-lab.org/pipermail/users/attachments/20071022/8ec08c77/attachment.html
More information about the Users
mailing list