On Monday 08 September 2003 19:46, Matthias F. Brandstetter wrote:
> Hi all,
>
> I followed three different "howtos" found on google, all saying the
> same, followed them step by step but still no luck :(
>
> I want to login from machine "local" to machine "remote" w/o giving a
> pwd. So I did a
>
> $ ssh-keygen -t rsa
>
> on "local" and copied /root/.ssh/id_rsa.pub -->
> remote:/root/.ssh/authorized_keys

does "remote" have

RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile      .ssh/authorized_keys

in sshd_config


--
[EMAIL PROTECTED] mailing list

Reply via email to