I have the ssh-agent problem fixed, however, I am still prompted for my
password to each host I try.
I have created both key files, identity and the id_dsa, and placed the
correspnding public versions into {HOME}/.ssh/authorized_keys and
${HOME}/.ssh/authorized_keys2 respectively. I have verified that ssh-agent
is running, and using 'ssh-add -l' verified that the identities have been
added.

Regardless, I am always prompted for my password.

Any ideas?

-Chuck


-----Original Message-----
From: Carey F. Cox [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 12, 2001 9:39 AM
To: [EMAIL PROTECTED]
Subject: Re: ssh-agent woes


On Fri, 12 Jan 2001, George Avrunin wrote:

> Try
>    eval `ssh-agent`
> to get the commands executed in the current shell.  You'll only be
> able to use ssh without typing the passphrase when you're calling ssh
> from a child of the shell where you did the eval, however.  So
> typically you want to do this in the file that starts your X-session,
> or in your bash_profile.
>

George,

Thanks!

I am not the original poster of this thread, but I posted a similar
thread asking about the same problem. You have solved my problem.

I added "eval `ssh-agent`" to my ~/.bash_profile and "ssh-agent -k"
to my ~/.bash_logout and everything works great.

The above was the missing key. I couldn't figure out how to have bash
process the output from ssh-agent, but I have it working now.

Thanks again!

Carey
-- 
 ======================================================================
<>  Carey F. Cox, PhD          |  PHONE: (318) 257-3770               <>
<>  Assistant Professor        |  FAX:   (318) 257-2306               <>
<>  Dept. of Mech. Eng.        |  EMAIL: [EMAIL PROTECTED]        <>
<>  Louisiana Tech University  |  WEB:   http://www.latech.edu/~cfcox <>
 ======================================================================



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to