--- On Thu, 12/25/08, Erez D <erez0...@gmail.com> wrote:
> From: Erez D <erez0...@gmail.com>
> Subject: Re: Public key authentication from QEMU
> To: "Yedidyah Bar-David" <linux...@didi.bardavid.org>
> Cc: "Valery Reznic" <valery_rez...@yahoo.com>, linux-il@cs.huji.ac.il
> Date: Thursday, December 25, 2008, 6:52 PM
> the usual route for me is to
>
> 1. on your vmware/qemu generate keys ( i use dsa)
> # ssh keygen -t dsa (with empty password)
>
> 2. copy the .ssh/id_dsa.pub (take the id_dsa.pub, not the
> id_dsa) to the
> server
> and append it to .ssh/authorized_keys (or is that
> authorized_keys2) on
> the server.
Thanks, Erez - your suggestion works !
But still something strange:
Host -> host
work with DSA key
DOESN'T WORK with RSA key
QEMU -> host
work with DSA key
DOESN'T WORK with RSA key
QEMU -> QEMU
work with DSA key
work with RSA key
QEMU is debian 4.0 ARM
Host - Fedora8 x86_64
Valery
>
>
> now you should be able to ssh.
> does not matter of the server and client are the same
> computer or same user
=================================================================
To unsubscribe, send mail to linux-il-requ...@cs.huji.ac.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-requ...@cs.huji.ac.il