[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: ssh based access?

From: Marcus Comstedt <marcus_at_mc.pp.se>
Date: 2002-04-16 00:09:17 CEST

Ben Collins-Sussman <sussman@collab.net> writes:

> Does sshd just magically know how to run cvs?

sshd runs the command it's told to run by ssh.

Try

  ssh a.machine date

Instead of "date" you could use something like "cvs --server", and
that's just what cvs does. So all that's needed is that sshd is
running and that the cvs client is installed somewhere on the remote
system.

  // Marcus

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 16 00:12:56 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.