Re: problems with a CVS authentication

2003-08-14 Thread S.Magesh
HI,

Thanks for your reply ,

But ssh-add commands gives output like this

"Could not open a connection to your authentication agent."

Is there anythingh to start??

I have started ssh-agent it started sucessfully.

Pls help me to sort out this issue.

S.Magesh

"Contentment" brings happiness even in poverty. "Discontent" brings
poverty, even in wealth.
- Original Message -
From: "Mark D. Baushke" <[EMAIL PROTECTED]>
To: "S.Magesh" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "Fabian Cenedese" <[EMAIL PROTECTED]>
Sent: Monday, August 11, 2003 1:18 PM
Subject: Re: problems with a CVS authentication


> S.Magesh <[EMAIL PROTECTED]> writes:
>
> > Iam using CVS Repository in RH 7.3 Linux server ,and i connect my server
> > thru WINCVS via OpenSSH Authetication.
> >
> > My Problem is if i do any changes in my CVS it is asking password each
and
> > every time.
> >
> > How do i stop this , is theri any configuration to make ???
>
> You will want to investigate the ssh-agent command to be used
> in conjunction with the ssh-add command.
>
> > After searching google i tried SSH_KEYGEN and created public and private
> > keys and placed the public keys in the server( renamed to authorized
_keys)
> > but still the problem is not fixed.
>
> The name of the file is $HOME/.ssh/authorized_keys and/or
> $HOME/.ssh/authorized_keys2 (depending on the version of OpenSSH).
>
> > Pls GURUS help us in solving this problem
>
> Enjoy!
> -- Mark
>
> Typical possibility:
>
> exec ssh-agent $SHELL
> ssh-add
> 
>
> Now, assuming that the $HOME/.ssh/id_rsa.pub (or id_dsa.pub) file has
> been added to your $HOME/.ssh/authorized_keys2 file on the server, it
> should be possible to 'ssh server date' without entering your pass
> phrase.
>
> Enjoy!
> -- Mark
>



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: problems with a CVS authentication

2003-08-14 Thread Mark D. Baushke
ssh-agent should be setting environment variables and creating a socket
for communication with ssh-add and ssh itself. If ssh-agent fails to get
the environment set up so that it may communicate with ssh-add, then
this is a problem you need to track down with the person who installed
your OpenSSH or with openssh folks themselves.

-- Mark

S.Magesh <[EMAIL PROTECTED]> writes:

> HI,
> 
> Thanks for your reply ,
> 
> But ssh-add commands gives output like this
> 
> "Could not open a connection to your authentication agent."
> 
> Is there anythingh to start??
> 
> I have started ssh-agent it started sucessfully.
> 
> Pls help me to sort out this issue.
> 
> S.Magesh
> 
> "Contentment" brings happiness even in poverty. "Discontent" brings
> poverty, even in wealth.
> - Original Message -
> From: "Mark D. Baushke" <[EMAIL PROTECTED]>
> To: "S.Magesh" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>; "Fabian Cenedese" <[EMAIL PROTECTED]>
> Sent: Monday, August 11, 2003 1:18 PM
> Subject: Re: problems with a CVS authentication
> 
> 
> > S.Magesh <[EMAIL PROTECTED]> writes:
> >
> > > Iam using CVS Repository in RH 7.3 Linux server ,and i connect my server
> > > thru WINCVS via OpenSSH Authetication.
> > >
> > > My Problem is if i do any changes in my CVS it is asking password each
> and
> > > every time.
> > >
> > > How do i stop this , is theri any configuration to make ???
> >
> > You will want to investigate the ssh-agent command to be used
> > in conjunction with the ssh-add command.
> >
> > > After searching google i tried SSH_KEYGEN and created public and private
> > > keys and placed the public keys in the server( renamed to authorized
> _keys)
> > > but still the problem is not fixed.
> >
> > The name of the file is $HOME/.ssh/authorized_keys and/or
> > $HOME/.ssh/authorized_keys2 (depending on the version of OpenSSH).
> >
> > > Pls GURUS help us in solving this problem
> >
> > Enjoy!
> > -- Mark
> >
> > Typical possibility:
> >
> > exec ssh-agent $SHELL
> > ssh-add
> > 
> >
> > Now, assuming that the $HOME/.ssh/id_rsa.pub (or id_dsa.pub) file has
> > been added to your $HOME/.ssh/authorized_keys2 file on the server, it
> > should be possible to 'ssh server date' without entering your pass
> > phrase.
> >
> > Enjoy!
> > -- Mark
> >


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: problems with a CVS authentication

2003-08-11 Thread S.Magesh
Hi ,

Iam using CVS Repository in RH 7.3 Linux server ,and i connect my server
thru WINCVS via OpenSSH Authetication.

My Problem is if i do any changes in my CVS it is asking password each and
every time.

How do i stop this , is theri any configuration to make ???

After searching google i tried SSH_KEYGEN and created public and private
keys and placed the public keys in the server( renamed to authorized _keys)
but still the problem is not fixed.

Pls GURUS help us in solving this problem


S.Magesh



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: problems with a CVS authentication

2003-08-11 Thread Mark D. Baushke
S.Magesh <[EMAIL PROTECTED]> writes:

> Iam using CVS Repository in RH 7.3 Linux server ,and i connect my server
> thru WINCVS via OpenSSH Authetication.
> 
> My Problem is if i do any changes in my CVS it is asking password each and
> every time.
> 
> How do i stop this , is theri any configuration to make ???

You will want to investigate the ssh-agent command to be used
in conjunction with the ssh-add command.

> After searching google i tried SSH_KEYGEN and created public and private
> keys and placed the public keys in the server( renamed to authorized _keys)
> but still the problem is not fixed.

The name of the file is $HOME/.ssh/authorized_keys and/or
$HOME/.ssh/authorized_keys2 (depending on the version of OpenSSH).
 
> Pls GURUS help us in solving this problem

Enjoy!
-- Mark

Typical possibility:

exec ssh-agent $SHELL
ssh-add


Now, assuming that the $HOME/.ssh/id_rsa.pub (or id_dsa.pub) file has
been added to your $HOME/.ssh/authorized_keys2 file on the server, it
should be possible to 'ssh server date' without entering your pass
phrase.

Enjoy!
-- Mark



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs