Re: login w/o password not working
From: Jan-Benedict Glaw (jbglaw_at_lug-owl.de)
Date: 11/19/03
- Previous message: Ming: "ssh tunnel exits unexptected"
- In reply to: Payal Rathod: "login w/o password not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 19 Nov 2003 08:12:09 +0100 To: secureshell@securityfocus.com
On Tue, 2003-11-18 16:44:27 +0000, Payal Rathod <payal-ssh@staticky.com>
wrote in message <20031118164427.GA16083@staticky.com>:
> Hi,
> I am trying to log in a remote machine without having to use passwd each
> time. But it is not working at all. I use openssh-3.6.1p2-8mdk
>
> I did,
> $ ssh-keygen -t dsa
> -rw-r--r-- 1 rp rp 339 Nov 16 01:10 identity.pub
> $ ssh-copy-id rp@192.168.10.101
>
> On remote machine,
>
> -rw-r--r-- 1 rp rp 339 Nov 18 21:36 authorized_keys
>
> What must be wrong? Can someone help. Both machines are Mandrake Linux
> machines.
Seems you forgot to start an ssh-agent and to load this key into it
(ssh-add).
> debug1: Authentications that can continue: publickey,password,keyboard-interactive
Remote site will accept a key.
> debug1: Next authentication method: publickey
> debug1: Trying private key: /home/rp/.ssh/id_rsa
> debug1: Trying private key: /home/rp/.ssh/id_dsa
But there's none:) Because of a missing ssh-agent, you're continueing
with interactive login.
> debug1: Next authentication method: keyboard-interactive
> debug1: Authentications that can continue: publickey,password,keyboard-interactive
> debug1: Next authentication method: password
MfG, JBG
--
Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481
"Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg
fuer einen Freien Staat voll Freier Bürger" | im Internet! | im Irak!
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));
- application/pgp-signature attachment: Digital signature
- Previous message: Ming: "ssh tunnel exits unexptected"
- In reply to: Payal Rathod: "login w/o password not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]