
alk at ondore
May 8, 2012, 12:30 PM
Post #4 of 4
(237 views)
Permalink
|
|
Re: ssh from Dom0 to DomU by SSH authorization without password
[In reply to]
|
|
El 08/05/12 14:16, Jerry escribió: > Once I changed the file name of "id_rsa" in physical machine, the ssh > authorization to VMs failed. id_rsa file is read by ssh client. If you change the default name, ssh client will just ignore it, unless you specify the new name in the command line. > But ssh authorization works well between physical machines even the file > name of id_rsa is changed. Maybe you are changing it on a wrong host? "id_rsa" and "id_rsa.pub" are relevant on the client side, where you run the ssh command, "authorized_keys" is relevant on the server side, the host you are connecting to. > Do you know the reason? Beside being a clear offtopic, it's hard to tell. Increase the verbosity level of your ssh client, compare the output. Please consider "-i" and "-v" descriptions of "man ssh". (don't CC me, I read the list) -- Alexandre Kouznetsov _______________________________________________ Xen-users mailing list Xen-users [at] lists http://lists.xen.org/xen-users
|