Re: [expert] OT: CVS over SSH

2000-02-21 Thread Ronald J. Yacketta


Chmoul and Axalon;

Thanks a ton for your insight I now have cvs working over ssh :)
CHEER

Thanxs again!

Regards,
Ron
Axalon Bloodstone wrote:
> 
> On Mon, 21 Feb 2000, Ronald J. Yacketta wrote:
> 
> > Chmouel Boudjnah wrote:
> > >
> > > "Ronald J. Yacketta" <[EMAIL PROTECTED]> writes:
> > >
> > > > Was wondering if ne1 out thier in LME land had some knowledge of
> > > > setting up CVS to utilize SSH.
> > >
> > > -$ export CVS_RSH=ssh
> > > -$ export CVSROOT=:ext:$username@$hostname:/path_to/cvs_directory/
> > >
> > > and let's go.
> > >
> > > --
> > > MandrakeSoft  http://www.mandrakesoft.com/
> > >  --Chmouel
> >
> > Does this still require the entry in inetd.conf?
> >
> 
> No it does a ssh to the server and executes the cvs commands against the
> repository directly. If you want to allow regular access it's still needed
> of course..



Re: [expert] OT: CVS over SSH

2000-02-21 Thread Axalon Bloodstone

On Mon, 21 Feb 2000, Ronald J. Yacketta wrote:

> Chmouel Boudjnah wrote:
> > 
> > "Ronald J. Yacketta" <[EMAIL PROTECTED]> writes:
> > 
> > > Was wondering if ne1 out thier in LME land had some knowledge of
> > > setting up CVS to utilize SSH.
> > 
> > -$ export CVS_RSH=ssh
> > -$ export CVSROOT=:ext:$username@$hostname:/path_to/cvs_directory/
> > 
> > and let's go.
> > 
> > --
> > MandrakeSoft  http://www.mandrakesoft.com/
> >  --Chmouel
> 
> Does this still require the entry in inetd.conf?
> 


No it does a ssh to the server and executes the cvs commands against the
repository directly. If you want to allow regular access it's still needed
of course..



Re: [expert] OT: CVS over SSH

2000-02-21 Thread Chmouel Boudjnah

"Ronald J. Yacketta" <[EMAIL PROTECTED]> writes:

> Does this still require the entry in inetd.conf?

no, you need only a ssh server running (well in fact you can also run
ssh via inetd but don't remember how).

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] OT: CVS over SSH

2000-02-21 Thread Ronald J. Yacketta

Chmouel Boudjnah wrote:
> 
> "Ronald J. Yacketta" <[EMAIL PROTECTED]> writes:
> 
> > Was wondering if ne1 out thier in LME land had some knowledge of
> > setting up CVS to utilize SSH.
> 
> -$ export CVS_RSH=ssh
> -$ export CVSROOT=:ext:$username@$hostname:/path_to/cvs_directory/
> 
> and let's go.
> 
> --
> MandrakeSoft  http://www.mandrakesoft.com/
>  --Chmouel

Does this still require the entry in inetd.conf?



Re: [expert] OT: CVS over SSH

2000-02-21 Thread Chmouel Boudjnah

"Ronald J. Yacketta" <[EMAIL PROTECTED]> writes:

> Was wondering if ne1 out thier in LME land had some knowledge of 
> setting up CVS to utilize SSH.

-$ export CVS_RSH=ssh
-$ export CVSROOT=:ext:$username@$hostname:/path_to/cvs_directory/

and let's go.

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] OT: CVS over SSH

2000-02-14 Thread Ronald J. Yacketta

cvs is similar to rcs (a revision control package)
man rcs 

On Sun, 13 Feb 2000, synrat wrote:

> what's cvs used for?
> - Original Message -
> From: "Ronald J. Yacketta" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, February 13, 2000 1:07 PM
> Subject: Re: [expert] OT: CVS over SSH
> 
> 
> > I already have SSH and CVS installed.
> > Just looking for some insight/suggestions on how to setup CVS to use SSH.
> >
> > On Sun, 13 Feb 2000, synrat wrote:
> >
> > > I don't what ta heck is cvs  ( but would like to find out) but here's a
> link
> > > for ssh rpms
> > > ftp://thermo.stat.ncsu.edu/pub/openssh/files/
> > > get all 3 rpms and you'll also need ssl files look under support
> directory
> > > then you manually edit ssh config files, all you need to enter is the ip
> > > address and port number (22 is default).  edit start up services to
> launch
> > > ssh and you're all set.
> > >
> > > ----- Original Message -
> > > From: "Ronald J. Yacketta" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Saturday, February 12, 2000 11:03 PM
> > > Subject: [expert] OT: CVS over SSH
> > >
> > >
> > > > Hello all!
> > > >
> > > > Was wondering if ne1 out thier in LME land had some knowledge of
> > > > setting up CVS to utilize SSH.
> > > >
> > > > Thanxs in advance
> > > >
> > > > Oh!
> > > > Also looking to utilize rsync over ssh as well :)
> > > >
> > > >
> > > >
> > >
> >
> 



Re: [expert] OT: CVS over SSH

2000-02-13 Thread Axalon Bloodstone


sourceforge has instructions for setting cvs to use ssh (thik it was the
glx site), and you can dig rsync instructions from H cooker archives,
let me know if you can't find em

On Sun, 13 Feb 2000, Ronald J. Yacketta wrote:
> I already have SSH and CVS installed.
> Just looking for some insight/suggestions on how to setup CVS to use SSH.
> 
> On Sun, 13 Feb 2000, synrat wrote:
> 
> > I don't what ta heck is cvs  ( but would like to find out) but here's a link
> > for ssh rpms
> > ftp://thermo.stat.ncsu.edu/pub/openssh/files/
> > get all 3 rpms and you'll also need ssl files look under support directory
> > then you manually edit ssh config files, all you need to enter is the ip
> > address and port number (22 is default).  edit start up services to launch
> > ssh and you're all set.
> > 
> > - Original Message -
> > From: "Ronald J. Yacketta" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, February 12, 2000 11:03 PM
> > Subject: [expert] OT: CVS over SSH
> > 
> > 
> > > Hello all!
> > >
> > > Was wondering if ne1 out thier in LME land had some knowledge of
> > > setting up CVS to utilize SSH.
> > >
> > > Thanxs in advance
> > >
> > > Oh!
> > > Also looking to utilize rsync over ssh as well :)
> > >
> > >
> > >
> > 
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [expert] OT: CVS over SSH

2000-02-13 Thread Andrew Lee


On Sun, 13 Feb 2000, Ronald J. Yacketta wrote:

> I already have SSH and CVS installed.
> Just looking for some insight/suggestions on how to setup CVS to use SSH.
export RSH_CVS=/usr/bin/ssh


Andrew Lee <[EMAIL PROTECTED]>
MandrakeCLE ftp://mdk.linux.org.tw/pub/CLE/




Re: [expert] OT: CVS over SSH

2000-02-13 Thread synrat

what's cvs used for?
- Original Message -
From: "Ronald J. Yacketta" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 13, 2000 1:07 PM
Subject: Re: [expert] OT: CVS over SSH


> I already have SSH and CVS installed.
> Just looking for some insight/suggestions on how to setup CVS to use SSH.
>
> On Sun, 13 Feb 2000, synrat wrote:
>
> > I don't what ta heck is cvs  ( but would like to find out) but here's a
link
> > for ssh rpms
> > ftp://thermo.stat.ncsu.edu/pub/openssh/files/
> > get all 3 rpms and you'll also need ssl files look under support
directory
> > then you manually edit ssh config files, all you need to enter is the ip
> > address and port number (22 is default).  edit start up services to
launch
> > ssh and you're all set.
> >
> > - Original Message -
> > From: "Ronald J. Yacketta" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, February 12, 2000 11:03 PM
> > Subject: [expert] OT: CVS over SSH
> >
> >
> > > Hello all!
> > >
> > > Was wondering if ne1 out thier in LME land had some knowledge of
> > > setting up CVS to utilize SSH.
> > >
> > > Thanxs in advance
> > >
> > > Oh!
> > > Also looking to utilize rsync over ssh as well :)
> > >
> > >
> > >
> >
>



Re: [expert] OT: CVS over SSH

2000-02-13 Thread Ronald J. Yacketta

I already have SSH and CVS installed.
Just looking for some insight/suggestions on how to setup CVS to use SSH.

On Sun, 13 Feb 2000, synrat wrote:

> I don't what ta heck is cvs  ( but would like to find out) but here's a link
> for ssh rpms
> ftp://thermo.stat.ncsu.edu/pub/openssh/files/
> get all 3 rpms and you'll also need ssl files look under support directory
> then you manually edit ssh config files, all you need to enter is the ip
> address and port number (22 is default).  edit start up services to launch
> ssh and you're all set.
> 
> - Original Message -
> From: "Ronald J. Yacketta" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, February 12, 2000 11:03 PM
> Subject: [expert] OT: CVS over SSH
> 
> 
> > Hello all!
> >
> > Was wondering if ne1 out thier in LME land had some knowledge of
> > setting up CVS to utilize SSH.
> >
> > Thanxs in advance
> >
> > Oh!
> > Also looking to utilize rsync over ssh as well :)
> >
> >
> >
> 



Re: [expert] OT: CVS over SSH

2000-02-12 Thread synrat

I don't what ta heck is cvs  ( but would like to find out) but here's a link
for ssh rpms
ftp://thermo.stat.ncsu.edu/pub/openssh/files/
get all 3 rpms and you'll also need ssl files look under support directory
then you manually edit ssh config files, all you need to enter is the ip
address and port number (22 is default).  edit start up services to launch
ssh and you're all set.

- Original Message -
From: "Ronald J. Yacketta" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 12, 2000 11:03 PM
Subject: [expert] OT: CVS over SSH


> Hello all!
>
> Was wondering if ne1 out thier in LME land had some knowledge of
> setting up CVS to utilize SSH.
>
> Thanxs in advance
>
> Oh!
> Also looking to utilize rsync over ssh as well :)
>
>
>



[expert] OT: CVS over SSH

2000-02-12 Thread Ronald J. Yacketta

Hello all!

Was wondering if ne1 out thier in LME land had some knowledge of 
setting up CVS to utilize SSH.

Thanxs in advance

Oh!
Also looking to utilize rsync over ssh as well :)