Re: keys.

From: Jonathan (jonathanNOFISH_at_sprintmail.com)
Date: 04/28/03


Date: Mon, 28 Apr 2003 08:37:41 -0400


"Rudi Swennen" <Rudi.Swennen@oma.be> wrote in message
news:b8aoig$cuk$1@naxos.belnet.be...
> On Fri, 25 Apr 2003 00:59:06 +0200, Darren Dunham wrote:
>
> > userD/.ssh/auth.
>
>
>
> That doesn't work. He still asks my passwd.

At this point, it's not asking for your user password, but rather the
passphrase for your private key on machineB. This is normal.

If you don't want to be prompted for anything at all, then you need to start
an "ssh-agent" on machineB and load your private key in there with "ssh-add"
ahead of time. (Read the ssh-agent manpage, as there are some implications
on your shell environment.) Then, essentially, as long as the ssh-agent
process doesn't die or have its keys cleared, you will be able to login w/o
a password on machineC.

good luck,
Jonathan



Relevant Pages

  • RE: Relative Security Provided by Cached Domain Credentials?
    ... needs may dictate that a smart card alone is still not enough (i.e., ... the private key portion of the cert is stored locally on ... The user password, if the above file has been stolen "offline" ... access all his EFS encrypted files transparently as he does. ...
    (Focus-Microsoft)
  • Re: New authentication protocol using kerberos
    ... In order for you to obtain a Kerberos ticket you must know the ... user password or have the private key associated with a PKINIT ... > new Pre-authentication method. ...
    (microsoft.public.platformsdk.security)