Re: cvs over SSH

2003-09-30 Thread Stefan Bodewig
On Mon, 29 Sep 2003, [EMAIL PROTECTED] wrote:

 Any thaughts?

Other than the usual works on Linux/MacOS X with OpenSSH using ssh-agent?

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: cvs over SSH

2003-09-30 Thread Jan . Materne
aha, with ssh-agent. That is the deamon which serves the right 
passphrase/password for a server, right?

Exactly there is the problem (I think) - cvs opens a ssh (but not with
a command line interface) and I can´t type my passphrase in it.

It seems that ssh on your machine asks the deamon and all works ...

Does the deamon work on win? ...


 -Original Message-
 From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, September 30, 2003 11:25 AM
 To: [EMAIL PROTECTED]
 Subject: Re: cvs over SSH
 
 
 On Mon, 29 Sep 2003, [EMAIL PROTECTED] wrote:
 
  Any thaughts?
 
 Other than the usual works on Linux/MacOS X with OpenSSH 
 using ssh-agent?
 
 Stefan
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


Re: cvs over SSH

2003-09-30 Thread Christopher Lenz
[EMAIL PROTECTED] wrote:
aha, with ssh-agent. That is the deamon which serves the right 
passphrase/password for a server, right?

Exactly there is the problem (I think) - cvs opens a ssh (but not with
a command line interface) and I can´t type my passphrase in it.
It seems that ssh on your machine asks the deamon and all works ...
Does the deamon work on win? ...
I'm using ssh-agent with Cygwin without any problems so far.
  $ eval `ssh-agent`
  $ ssh-add
  [enter passphrase]
  [ready to go]
-chris
-Original Message-
From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 11:25 AM
To: [EMAIL PROTECTED]
Subject: Re: cvs over SSH
On Mon, 29 Sep 2003, [EMAIL PROTECTED] wrote:

Any thaughts?
Other than the usual works on Linux/MacOS X with OpenSSH 
using ssh-agent?

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: cvs over SSH

2003-09-30 Thread Jan . Materne
I will look and try, thanks so far.

Jan

 -Original Message-
 From: Christopher Lenz [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, September 30, 2003 12:33 PM
 To: Ant Developers List
 Subject: Re: cvs over SSH
 
 
 [EMAIL PROTECTED] wrote:
  aha, with ssh-agent. That is the deamon which serves the right 
  passphrase/password for a server, right?
  
  Exactly there is the problem (I think) - cvs opens a ssh 
 (but not with
  a command line interface) and I can´t type my passphrase in it.
  
  It seems that ssh on your machine asks the deamon and all works ...
  
  Does the deamon work on win? ...
 
 I'm using ssh-agent with Cygwin without any problems so far.
 
$ eval `ssh-agent`
$ ssh-add
[enter passphrase]
[ready to go]
 
 -chris
 
 -Original Message-
 From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, September 30, 2003 11:25 AM
 To: [EMAIL PROTECTED]
 Subject: Re: cvs over SSH
 
 
 On Mon, 29 Sep 2003, [EMAIL PROTECTED] wrote:
 
 
 Any thaughts?
 
 Other than the usual works on Linux/MacOS X with OpenSSH 
 using ssh-agent?
 
 Stefan
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


RE: cvs over SSH

2003-09-30 Thread Shatzer, Larry
Also might want to read this: http://www.tortoisecvs.org/faq.html#sshkeys
for a non-cygwin solution, which I use.

-- Larry

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, September 30, 2003 3:45 AM
 To: [EMAIL PROTECTED]
 Subject: RE: cvs over SSH
 
 
 I will look and try, thanks so far.
 
 Jan
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]