[one-users] Help to login without asking for a user or password.

Ruben Diez rdiez at cesga.es
Wed May 18 00:29:22 PDT 2011


First, generate ssh key for use oneadmin and add the public key to 
authorized_keys file:

$ ssh-keygen
Generating public/private rsa key pair.
...
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
$ cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys

You also need to create a ssh configuration file of the oneadmin user 
("/srv/cloud/one/.ssh/config"):

$ cat /srv/cloud/one/.ssh/config

Host *
    StrictHostKeyChecking no


If it not works, be careful with the file permissions of the ssh related 
files....


I hope this helps..


Luis G. Alford G. escribió:
> hi,
>
> I have finally install the open nebula and it seems to be working just 
> fine now I need too add the host that I have as xen server and add it 
> to the dashboard .
> I have been reading about the configuartion steps and I see that one 
> should be able to login ussing ssh without the request for a password. 
> any idea on how to do this. ..  waiting for your repley
>
> regards
> Luis Alford
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Users mailing list
> Users at lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>   




More information about the Users mailing list